Skip to content

Commit 241ff36

Browse files
Fix(?) github actions CI
1 parent 5e5f702 commit 241ff36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v3
1818

19+
- name: Install fmtlib
20+
run: sudo apt-get install -y libfmt-dev
21+
1922
- name: Configure CMake
2023
run: cmake -B ${{github.workspace}}/release -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
2124

0 commit comments

Comments
 (0)