Skip to content

Commit

Permalink
Update the GitHub Actions scripts #320
Browse files Browse the repository at this point in the history
  • Loading branch information
kaorut committed Jun 8, 2024
1 parent f2e33f3 commit b00ffe2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows-visualcpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
needs: boost_download
steps:
- name: Install older build tool
uses: thepwrtank18/install-vs-components@v1
uses: thepwrtank18/install-vs-components@v1.0.0
with:
components: Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64

Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
needs: boost_download
steps:
- name: Install older build tool
uses: thepwrtank18/install-vs-components@v1
uses: thepwrtank18/install-vs-components@v1.0.0
with:
components: Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64

Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
needs: boost_download
steps:
- name: Install older build tool
uses: thepwrtank18/install-vs-components@v1
uses: thepwrtank18/install-vs-components@v1.0.0
with:
components: Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64

Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
needs: boost_download
steps:
- name: Install older build tool
uses: thepwrtank18/install-vs-components@v1
uses: thepwrtank18/install-vs-components@v1.0.0
with:
components: Microsoft.VisualStudio.ComponentGroup.VC.Tools.142.x86.x64

Expand Down

0 comments on commit b00ffe2

Please sign in to comment.