We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c56bd3b commit 7da06b2Copy full SHA for 7da06b2
1 file changed
.github/workflows/watcher_linux.yml
@@ -23,6 +23,9 @@ jobs:
23
steps:
24
- uses: actions/checkout@v6
25
26
+ - name: Install bubblewrap
27
+ run: sudo apt-get update && sudo apt-get install -y bubblewrap
28
+
29
- name: Configure CMake
30
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
31
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
0 commit comments