Skip to content

Commit

Permalink
Fix apt
Browse files Browse the repository at this point in the history
  • Loading branch information
pandaninjas authored Jun 20, 2023
1 parent aadee4a commit 127c445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Build containers
run: |
cd $GITHUB_WORKSPACE
sudo apt-get update
sudo apt-get install -y qemu-user-static binfmt-support
chmod +x build.sh
./build.sh ${{ matrix.version }}
Expand Down

0 comments on commit 127c445

Please sign in to comment.