Skip to content

Commit 84719c2

Browse files
committed
Install bubblewrap in test environment
1 parent c47ec31 commit 84719c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ jobs:
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727

28+
- name: Install bubblewrap
29+
run: sudo apt update -y && sudo apt install bubblewrap -y
30+
2831
- name: Cache APT Packages
2932
uses: awalsh128/[email protected]
3033
with:

0 commit comments

Comments
 (0)