Skip to content

Commit 8ca333e

Browse files
committed
Ready for release
1 parent bcc978b commit 8ca333e

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.github/workflows/windows-daily-check.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,12 @@ jobs:
1111
runs-on: windows-latest
1212
strategy:
1313
matrix:
14-
arch: [amd64, amd64_arm64]
14+
# https://github.com/nodejs/node/issues/52664
15+
# arch: [amd64, amd64_arm64]
16+
arch: [amd64]
1517
steps:
1618
- uses: actions/checkout@v4
1719

18-
- run: |
19-
"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"
20-
# - name: Setup ccache
21-
# uses: actions/cache@v4
22-
# with:
23-
# key: ${{ github.workflow }}-${{ matrix.arch }}
24-
# path: C:\.ccache
25-
2620
- uses: ilammy/msvc-dev-cmd@v1
2721
with:
2822
arch: ${{ matrix.arch }}

0 commit comments

Comments
 (0)