Skip to content

Commit 7da06b2

Browse files
committed
install bwrap
1 parent c56bd3b commit 7da06b2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/watcher_linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
steps:
2424
- uses: actions/checkout@v6
2525

26+
- name: Install bubblewrap
27+
run: sudo apt-get update && sudo apt-get install -y bubblewrap
28+
2629
- name: Configure CMake
2730
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
2831
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type

0 commit comments

Comments
 (0)