Skip to content

Commit

Permalink
Use Specific Version Specifier for Boost Install Step
Browse files Browse the repository at this point in the history
Action does not include proper tags to be able to use major version specification.
  • Loading branch information
IntegerLimit committed May 3, 2024
1 parent df6ac7e commit f359701
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 @@ -135,7 +135,7 @@ jobs:
run: choco install llvm --version=14.0.6 --allow-downgrade

- name: Install Boost
uses: MarkusJx/install-boost@v2
uses: MarkusJx/install-boost@v2.4.5
id: install-boost
with:
boost_version: 1.84.0
Expand Down

0 comments on commit f359701

Please sign in to comment.