Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Xyene committed Oct 4, 2024
1 parent 6dcdcab commit 474fa5a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ jobs:
wget http://ftp.debian.org/debian/pool/main/u/upx-ucl/upx-ucl_3.96-2_amd64.deb
sudo dpkg -i upx-ucl_3.96-2_amd64.deb
- name: "Install apt packages"
run: |
sudo apt-get update
sudo apt-get install bubblewrap musl-tools
- name: Build zlib with musl
run: |
mkdir musl-zlib
Expand All @@ -48,8 +53,6 @@ jobs:
- name: Use OCaml ${{ matrix.ocaml-version }}
run: |
sudo apt-get update
sudo apt-get install bubblewrap musl-tools
sudo wget -O /usr/local/bin/opam https://github.com/ocaml/opam/releases/download/2.1.2/opam-2.1.2-x86_64-linux
sudo chmod a+x /usr/local/bin/opam
Expand Down

0 comments on commit 474fa5a

Please sign in to comment.