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 261a5df
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 @@ -30,6 +30,9 @@ jobs:
with:
packages: ${{ env.SYSTEM_PACKAGES }}

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

- uses: actions/cache@v3
with:
path: ~/.cache/pip
Expand Down

0 comments on commit 261a5df

Please sign in to comment.