Skip to content

Commit

Permalink
Update prebuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kriszyp authored Nov 9, 2024
1 parent a42e5d2 commit 3f9ec04
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 20
- name: Add msbuild to PATH
uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: arm64
# - name: Add msbuild to PATH
# uses: microsoft/setup-msbuild@v2
# with:
# msbuild-architecture: arm64
- run: npm install
- run: npm run build
- run: npm test
Expand Down

0 comments on commit 3f9ec04

Please sign in to comment.