Skip to content

Commit 56ffa79

Browse files
committed
Remove redundant build directory creation step and update Boost action version
1 parent 86f3ee5 commit 56ffa79

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci_minimal.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,9 @@ jobs:
3636
gcovr: true
3737
opencppcoverage: true
3838

39-
- name: Create Build Directory
40-
run: |
41-
mkdir boost
42-
4339
- name: 📦 Download and Build Boost (system, unit_test_framework)
4440
id: boost
45-
uses: egor-tensin/build-boost@v1
41+
uses: egor-tensin/build-boost@v1.4
4642
with:
4743
version: '1.84.0'
4844
libraries: 'system,unit_test_framework'

0 commit comments

Comments
 (0)