Skip to content

Commit

Permalink
fix: workflows(?)
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Jul 23, 2024
1 parent 845dfd9 commit 8fe12b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x64
toolset: 14.XX
toolset: 14.40

- name: Build
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_pdb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: TheMrMilchmann/setup-msvc-dev@v3
with:
arch: x64
toolset: 14.XX
toolset: 14.40

- name: Build
run: |
Expand Down

0 comments on commit 8fe12b1

Please sign in to comment.