1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-10-27 20:34:10 +00:00

fixed typo

This commit is contained in:
Falk Werner 2022-11-12 11:37:20 +01:00
parent 759382d99b
commit 3b6e19653c

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install APT dependencies
run: sudo apt install libfuse3-dev libwecksockets-dev
run: sudo apt install libfuse3-dev libwebsockets-dev
- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}