Skip to content

Commit c82437e

Browse files
committed
DEV: Correct install boost versioning
1 parent 9ad43b6 commit c82437e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/build-iqtree/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
5353
- name: Install Boost
5454
if: runner.os == 'Windows' && steps.cache.outputs.cache-hit != 'true'
55-
uses: MarkusJx/install-boost@2.5.1
55+
uses: MarkusJx/install-boost@v2.5.1
5656
id: install-boost
5757
with:
5858
boost_version: 1.84.0

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Install Boost
5454
if: runner.os == 'Windows'
55-
uses: MarkusJx/install-boost@2.5.1
55+
uses: MarkusJx/install-boost@v2.5.1
5656
id: install-boost
5757
with:
5858
boost_version: 1.84.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Install Boost
5454
if: runner.os == 'Windows'
55-
uses: MarkusJx/install-boost@2.5.1
55+
uses: MarkusJx/install-boost@v2.5.1
5656
id: install-boost
5757
with:
5858
boost_version: 1.84.0

0 commit comments

Comments
 (0)