Skip to content

Commit

Permalink
workflows/ci: bump msvc-dev-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
woodruffw committed Jan 31, 2022
1 parent f0097d2 commit 1c01949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
if: matrix.build-type == 'Debug' && matrix.build-arch == 'x64'
run: |
echo "SANITIZER_FLAG=-DPEPARSE_USE_SANITIZER=Address" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf-8 -Append
- uses: ilammy/msvc-dev-cmd@v1.8.0
- uses: ilammy/msvc-dev-cmd@v1.10.0
with:
arch: ${{ matrix.build-arch }}
- name: build
Expand Down

0 comments on commit 1c01949

Please sign in to comment.