Skip to content

Commit

Permalink
apt: update before install
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicah committed Jun 6, 2023
1 parent 2c37e0d commit 9416aa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/buildtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
echo "Building buildtools at ${{ steps.get_btrev.outputs.btrev }}"
git clone https://review.haiku-os.org/haiku --depth 1
git clone https://review.haiku-os.org/buildtools --depth 1
sudo apt update
sudo apt install -y git nasm bc autoconf automake texinfo flex bison \
gawk build-essential unzip wget zip less zlib1g-dev libzstd-dev \
xorriso libtool python3 attr
Expand All @@ -49,6 +50,7 @@ jobs:
echo "Building hybrid buildtools at ${{ steps.get_btrev.outputs.btrev }}"
git clone https://review.haiku-os.org/haiku --depth 1
git clone https://review.haiku-os.org/buildtools --depth 1
sudo apt update
sudo apt install -y git nasm bc autoconf automake texinfo flex bison \
gawk build-essential unzip wget zip less zlib1g-dev libzstd-dev \
xorriso libtool python3 attr gcc-multilib
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/hosttools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
"
git clone https://review.haiku-os.org/haiku --depth 1
git clone https://review.haiku-os.org/buildtools --depth 1
sudo apt update
sudo apt install -y git nasm bc autoconf automake texinfo flex bison \
gawk build-essential unzip wget zip less zlib1g-dev libzstd-dev \
xorriso libtool python3 attr
Expand Down

0 comments on commit 9416aa8

Please sign in to comment.