From ca59ebcf3dd17153b90a0ceca86af14db941ac3c Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 21 Oct 2023 18:11:34 -0400 Subject: actions: update apt before installing qemu --- .github/workflows/ci.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index fd765fe..e8b9375 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -26,7 +26,9 @@ jobs: - name: setup qemu if: matrix.arch == 'aarch64' - run: sudo apt install -y qemu-user-static + run: | + sudo apt update -y + sudo apt install -y qemu-user-static - name: install nix if: matrix.arch != 'aarch64' -- cgit v1.2.3