Skip to content

Commit

Permalink
skip msvc-dev-cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
toloudis committed Dec 16, 2024
1 parent 7da3454 commit 0d0c1f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ jobs:
if: matrix.os == 'windows-2019'
run: |
choco install ninja
- name: Configure MSVC console (Windows)
if: matrix.os == 'windows-2019'
uses: ilammy/msvc-dev-cmd@v1
# - name: Configure MSVC console (Windows)
# if: matrix.os == 'windows-2019'
# uses: ilammy/msvc-dev-cmd@v1
- name: windows install deps
if: matrix.os == 'windows-2019'
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tagged_master_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ jobs:
if: matrix.os == 'windows-2019'
run: |
choco install ninja
- name: Configure MSVC console (Windows)
if: matrix.os == 'windows-2019'
uses: ilammy/msvc-dev-cmd@v1
# - name: Configure MSVC console (Windows)
# if: matrix.os == 'windows-2019'
# uses: ilammy/msvc-dev-cmd@v1
- name: windows install deps
if: matrix.os == 'windows-2019'
env:
Expand Down

0 comments on commit 0d0c1f9

Please sign in to comment.