Skip to content

Commit

Permalink
Merge pull request #104 from mmcesim/dependabot/github_actions/Markus…
Browse files Browse the repository at this point in the history
…Jx/install-boost-2.4.5

Bump MarkusJx/install-boost from 2.4.4 to 2.4.5
  • Loading branch information
Teddy-van-Jerry committed Feb 13, 2024
2 parents 5c376ba + 9b12f67 commit ecc80ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -90,7 +90,7 @@ jobs:
# Actual install step (only runs if the cache is empty)
- name: Install boost (Linux)
if: ${{ runner.os == 'Linux' }}
uses: MarkusJx/install-boost@v2.4.4
uses: MarkusJx/install-boost@v2.4.5
id: install-boost-ubuntu
with:
# Set the boost version (required)
Expand All @@ -104,7 +104,7 @@ jobs:

- name: Install boost (Windows)
if: ${{ runner.os == 'Windows' && matrix.config.cc == 'cl' }}
uses: MarkusJx/install-boost@v2.4.4
uses: MarkusJx/install-boost@v2.4.5
id: install-boost-msvc
with:
# Set the boost version (required)
Expand Down

0 comments on commit ecc80ab

Please sign in to comment.