Skip to content

Commit 6f7922f

Browse files
committed
test 14.42 instead
1 parent cef0863 commit 6f7922f

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

.github/workflows/build-windows.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -98,23 +98,6 @@ jobs:
9898
id: gtest
9999
uses: ./.github/actions/get-gtest
100100

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-
118101
- name: 'Check toolchain installed'
119102
id: toolchain-check
120103
run: |

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ jobs:
310310
uses: ./.github/workflows/build-windows.yml
311311
with:
312312
platform: windows-x64
313-
msvc-toolset-version: '14.44'
313+
msvc-toolset-version: '14.42'
314314
msvc-toolset-architecture: 'x86.x64'
315315
configure-arguments: ${{ github.event.inputs.configure-arguments }}
316316
make-arguments: ${{ github.event.inputs.make-arguments }}
@@ -322,7 +322,7 @@ jobs:
322322
uses: ./.github/workflows/build-windows.yml
323323
with:
324324
platform: windows-aarch64
325-
msvc-toolset-version: '14.44'
325+
msvc-toolset-version: '14.42'
326326
msvc-toolset-architecture: 'arm64'
327327
make-target: 'hotspot'
328328
extra-conf-options: '--openjdk-target=aarch64-unknown-cygwin'

0 commit comments

Comments
 (0)