Skip to content

Commit

Permalink
Update apt sources before installing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
r-vdp committed Jun 11, 2024
1 parent 0547c24 commit cd3aa59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-hds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ jobs:
- name: "build holo-dev-server"
if: ${{ ! matrix.build-config.native }}
run: |
sudo apt install binfmt-support qemu-user-static
sudo apt-get update
sudo apt-get install binfmt-support qemu-user-static
nix build -vL \
--option extra-platforms aarch64-linux \
Expand Down

0 comments on commit cd3aa59

Please sign in to comment.