Skip to content

Commit

Permalink
Install bubblewrap in test environment
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertRosca committed Dec 11, 2023
1 parent c47ec31 commit 84719c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install bubblewrap
run: sudo apt update -y && sudo apt install bubblewrap -y

- name: Cache APT Packages
uses: awalsh128/cache-apt-pkgs-action@v1.3.0
with:
Expand Down

0 comments on commit 84719c2

Please sign in to comment.