Skip to content

Commit

Permalink
Update cmake.yml: fix "matrix.os"
Browse files Browse the repository at this point in the history
  • Loading branch information
austinEng authored Oct 30, 2023
1 parent 96049dd commit 49f02ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
uses: seanmiddleditch/gha-setup-ninja@master

- name: Set up Visual Studio x64 environment
if: matrix.is == 'windows-latest'
if: matrix.os == 'windows-latest'
run: |
call "C:/Program Files (x86)/Microsoft Visual Studio/2022/Enterprise/VC/Auxiliary/Build/vcvarsall.bat" x64
Expand Down

0 comments on commit 49f02ae

Please sign in to comment.