Skip to content

Commit

Permalink
update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-vincent committed Nov 21, 2023
1 parent 8ecc986 commit 62d4e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
conan profile detect --force
conan install . --output-folder=build --build=missing
- uses: ilammy/msvc-dev-cmd@v1.3.0 # NOTE: this is needed to use cl.exe with the Ninja generator on Windows
- uses: ilammy/msvc-dev-cmd@v1 # NOTE: this is needed to use cl.exe with the Ninja generator on Windows

- name: Build with CMake
run: |
Expand Down

0 comments on commit 62d4e85

Please sign in to comment.