-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ Bump MarkusJx/install-boost from 2.3.0 to 2.3.1 (#59)
- Loading branch information
1 parent
1b1bd32
commit 630ee11
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -74,7 +74,7 @@ jobs: | |
with: | ||
submodules: recursive | ||
- name: Install boost | ||
uses: MarkusJx/[email protected].0 | ||
uses: MarkusJx/[email protected].1 | ||
id: install-boost | ||
with: | ||
boost_version: ${{ env.BOOST_VERSION_MAJOR }}.${{ env.BOOST_VERSION_MINOR }}.${{ env.BOOST_VERSION_PATCH }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
submodules: recursive | ||
- uses: ilammy/msvc-dev-cmd@v1 | ||
- name: Install boost | ||
uses: MarkusJx/[email protected].0 | ||
uses: MarkusJx/[email protected].1 | ||
id: install-boost | ||
with: | ||
boost_version: ${{ env.BOOST_VERSION_MAJOR }}.${{ env.BOOST_VERSION_MINOR }}.${{ env.BOOST_VERSION_PATCH }} | ||
|