Skip to content

Commit 2054c89

Browse files
authored
Update cmake-single-platform.yml
1 parent 4be5d7d commit 2054c89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-single-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323

2424
- name: Install Dependencies
25-
run: sudo apt-get update && sudo apt-get install -y cmake ninja-build libzip-dev libboost-all-dev
25+
run: sudo apt-get update && sudo apt-get install -y cmake ninja-build libzip-dev libzip-tools libboost-all-dev
2626

2727
- name: Configure CMake
2828
run: cmake -B ${{github.workspace}}/build -G Ninja -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DBUILD_TESTING=${{env.BUILD_TESTING}} -DBUILD_EXECUTABLE=${{env.BUILD_EXECUTABLE}} -DMAKE_INSTALLABLE=${{env.MAKE_INSTALLABLE}} -DBUILD_SHARED_LIBS=${{env.BUILD_SHARED_LIBS}}

0 commit comments

Comments
 (0)