summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorseth <[email protected]>2024-06-10 18:50:24 -0400
committerseth <[email protected]>2024-06-10 18:50:24 -0400
commitb35de46c46217d012eccc5bc839f180d81d88cb5 (patch)
treeff02672f320beabfc7c4decbf7a7a05b2ae1aeb5
parent114a1951712a9c4a05c06e4930f95c3b18119e1c (diff)
ci: use `apt update` before `apt install`
-rw-r--r--.github/workflows/ci.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index 35e1aab..04015a6 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -32,6 +32,7 @@ jobs:
- name: Setup QEMU
if: matrix.system == 'aarch64-linux'
run: |
+ sudo apt update
sudo apt install -y qemu-user-static
- name: Install Nix