Skip to content

Commit 9ad43b6

Browse files
committed
DEV: Switch back to normal version numbers for install-boost
1 parent 77019ab commit 9ad43b6

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@8ba8b2fac59ef3d91a838bb4aa53ceabd33d1aa3
55+
uses: MarkusJx/install-boost@2.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@8ba8b2fac59ef3d91a838bb4aa53ceabd33d1aa3
55+
uses: MarkusJx/install-boost@2.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@8ba8b2fac59ef3d91a838bb4aa53ceabd33d1aa3
55+
uses: MarkusJx/install-boost@2.5.1
5656
id: install-boost
5757
with:
5858
boost_version: 1.84.0

0 commit comments

Comments
 (0)