Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
sjoerdsimons committed Dec 29, 2023
1 parent 73e9cfc commit 7303282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
uses: actions/checkout@v4

- name: Install QEMU emulation binaries
if: ${{ matrix.backend == "nofakemachine" }}
if: ${{ matrix.backend == 'nofakemachine' }}
run: |
sudo apt-get update && sudo apt-get install -y qemu-user-static
Expand Down

0 comments on commit 7303282

Please sign in to comment.