Skip to content

Commit

Permalink
[CI] CI now wants bubblewrap too..
Browse files Browse the repository at this point in the history
  • Loading branch information
kLabz committed Feb 15, 2025
1 parent bcb77a9 commit 5fe6110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
run: |
set -ex
sudo apt-get update -qqy
sudo apt-get install -qqy darcs ocaml-nox libpcre2-dev zlib1g-dev libgtk2.0-dev libmbedtls-dev ninja-build
sudo apt-get install -qqy darcs bubblewrap ocaml-nox libpcre2-dev zlib1g-dev libgtk2.0-dev libmbedtls-dev ninja-build
curl -sSL https://github.com/ocaml/opam/releases/download/2.3.0/opam-2.3.0-x86_64-linux -o $RUNNER_TEMP/opam
sudo install $RUNNER_TEMP/opam /usr/local/bin/opam
Expand Down
2 changes: 1 addition & 1 deletion extra/github-actions/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
set -ex
sudo apt-get update -qqy
sudo apt-get install -qqy darcs ocaml-nox libpcre2-dev zlib1g-dev libgtk2.0-dev libmbedtls-dev ninja-build
sudo apt-get install -qqy darcs bubblewrap ocaml-nox libpcre2-dev zlib1g-dev libgtk2.0-dev libmbedtls-dev ninja-build
curl -sSL https://github.com/ocaml/opam/releases/download/2.3.0/opam-2.3.0-x86_64-linux -o $RUNNER_TEMP/opam
sudo install $RUNNER_TEMP/opam /usr/local/bin/opam
Expand Down

0 comments on commit 5fe6110

Please sign in to comment.