mirror of
https://github.com/falk-werner/webfuse
synced 2026-03-02 03:40:24 +00:00
fix: added gtest as dependency
This commit is contained in:
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Install APT dependencies
|
- name: Install APT dependencies
|
||||||
run: sudo apt install libfuse3-dev libwebsockets-dev
|
run: sudo apt install libfuse3-dev libwebsockets-dev libgtest-dev libgmock-dev
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||||
|
|||||||
Reference in New Issue
Block a user