Skip to content

Commit

Permalink
ci/msvc: use release/v1 of the ilammy/msvc-dev-cmd GitHub Action
Browse files Browse the repository at this point in the history
This uses Node.js 16 instead of the deprecated Node.js 12
  • Loading branch information
kyakdan committed Jan 13, 2023
1 parent 4d1be49 commit 251e363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-all-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
echo "LDFLAGS=$($LLVM_CONFIG_PATH --ldflags)" >> $GITHUB_ENV
echo "SDKROOT=$(xcrun --sdk macosx --show-sdk-path)" >> $GITHUB_ENV
- name: MSVC (windows)
uses: ilammy/msvc-dev-cmd@d8610e2b41c6d0f0c3b4c46dad8df0fd826c68e1
uses: ilammy/msvc-dev-cmd@v1
if: contains(matrix.os, 'windows')
- name: install dependencies
run: npm install
Expand Down

0 comments on commit 251e363

Please sign in to comment.