Skip to content

Commit

Permalink
workflows changed to ilammy/msvc-dev-cmd@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Sep 10, 2023
1 parent 1fdab69 commit 9ad4200
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-cl-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -535,7 +535,7 @@ jobs:
'VCPKG_MAX_CONCURRENCY=2' >> $env:GITHUB_ENV
- name: Visual Studio 2022 pwsh shell setup
uses: egor-tensin/vs-shell@v2
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc2019-qt5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ jobs:
'VCPKG_MAX_CONCURRENCY=2' >> $env:GITHUB_ENV
- name: Visual Studio 2019 pwsh shell setup
uses: egor-tensin/vs-shell@v2
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/msvc2022-qt6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ jobs:
'VCPKG_MAX_CONCURRENCY=2' >> $env:GITHUB_ENV
- name: Visual Studio 2022 pwsh shell setup
uses: egor-tensin/vs-shell@v2
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64

Expand Down
2 changes: 1 addition & 1 deletion NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -530,9 +530,9 @@ GitHub Actions:
mxschmitt/action-tmate@v3
actions/cache@v2
KyleMayes/install-llvm-action@v1
egor-tensin/vs-shell@v2
msys2/setup-msys2@v2
jurplel/install-qt-action@v3
ilammy/msvc-dev-cmd@v1

- periodical upgrades:

Expand Down

0 comments on commit 9ad4200

Please sign in to comment.