File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 98
98
id : gtest
99
99
uses : ./.github/actions/get-gtest
100
100
101
- - name : ' check computer'
102
- id : check-files
103
- run : |
104
- echo listing '/c/Program Files'
105
- find '/c/Program Files'
106
- echo using ls:
107
- ls -lR '/c/Program Files'
108
- echo listing '/c/Program Files (x86)'
109
- find '/c/Program Files (x86)'
110
- echo using ls:
111
- ls -lR '/c/Program Files (x86)'
112
- env :
113
- # We need a minimal PATH on Windows
114
- # Set PATH to "", so just GITHUB_PATH is included
115
- PATH : ' '
116
- shell : env /usr/bin/bash --login -eo pipefail {0}
117
-
118
101
- name : ' Check toolchain installed'
119
102
id : toolchain-check
120
103
run : |
Original file line number Diff line number Diff line change @@ -310,7 +310,7 @@ jobs:
310
310
uses : ./.github/workflows/build-windows.yml
311
311
with :
312
312
platform : windows-x64
313
- msvc-toolset-version : ' 14.44 '
313
+ msvc-toolset-version : ' 14.42 '
314
314
msvc-toolset-architecture : ' x86.x64'
315
315
configure-arguments : ${{ github.event.inputs.configure-arguments }}
316
316
make-arguments : ${{ github.event.inputs.make-arguments }}
@@ -322,7 +322,7 @@ jobs:
322
322
uses : ./.github/workflows/build-windows.yml
323
323
with :
324
324
platform : windows-aarch64
325
- msvc-toolset-version : ' 14.44 '
325
+ msvc-toolset-version : ' 14.42 '
326
326
msvc-toolset-architecture : ' arm64'
327
327
make-target : ' hotspot'
328
328
extra-conf-options : ' --openjdk-target=aarch64-unknown-cygwin'
You can’t perform that action at this time.
0 commit comments