We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcc978b commit 8ca333eCopy full SHA for 8ca333e
.github/workflows/windows-daily-check.yml
@@ -11,18 +11,12 @@ jobs:
11
runs-on: windows-latest
12
strategy:
13
matrix:
14
- arch: [amd64, amd64_arm64]
+ # https://github.com/nodejs/node/issues/52664
15
+ # arch: [amd64, amd64_arm64]
16
+ arch: [amd64]
17
steps:
18
- uses: actions/checkout@v4
19
- - run: |
- "$([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
-
26
- uses: ilammy/msvc-dev-cmd@v1
27
with:
28
arch: ${{ matrix.arch }}
0 commit comments