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 d040064 commit 9957f2fCopy full SHA for 9957f2f
1 file changed
.github/workflows/ci.yaml
@@ -136,6 +136,11 @@ jobs:
136
${{ runner.os }}-apt-
137
- name: Install virtual frame buffer tool
138
run: sudo apt install xvfb
139
+ - name: Install potential debian deps
140
+ run: |
141
+ if [ -f extensions/${{ matrix.extension }}/debian_deps.txt ]; then
142
+ sudo apt install $(cat extensions/${{ matrix.extension }}/debian_deps.txt)
143
+ fi
144
- name: Cache rcs build directory
145
uses: actions/cache@v4
146
with:
0 commit comments