1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

ci: apt-get update

This commit is contained in:
2025-03-05 10:04:20 +01:00
parent ebe3997beb
commit d64ce2036a

View File

@@ -11,7 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install QEMU (ARM)
run: sudo apt-get install -y qemu-user-static
run: |
sudo apt-get update
sudo apt-get install -y qemu-user-static
if: ${{ matrix.system == 'ful' }}
- name: Install Nix (ARM)
uses: cachix/install-nix-action@v16