Skip to content

Commit

Permalink
workflows: update build-master-packages.yaml
Browse files Browse the repository at this point in the history
* apt-get update
  • Loading branch information
niedbalski committed Apr 20, 2021
1 parent cae08d2 commit 4fb5daa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-master-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
steps:
- name: Setup environment
run: |
sudo apt-get update
sudo apt-get install --yes qemu binfmt-support qemu-user-static qemu-utils qemu-efi-aarch64 qemu-system-arm docker.io containerd runc
sudo systemctl unmask docker && sudo systemctl start docker
docker run --rm --privileged --name qemu multiarch/qemu-user-static:register --reset
Expand Down Expand Up @@ -50,4 +51,4 @@ jobs:
env:
bucket-name: ${{ steps.formatted_distro.outputs.replaced }}
release: master
distro: ${{ matrix.distro }}
distro: ${{ matrix.distro }}

0 comments on commit 4fb5daa

Please sign in to comment.