Skip to content

Commit

Permalink
github: Fix bad QEMU_TAG value
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <[email protected]>
  • Loading branch information
stgraber committed Sep 6, 2024
1 parent 753b5c6 commit 8ac4b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ jobs:
- name: Get the code
run: |
# Ubuntu 20.04 is no longer supported by recent QEMU.
[ "${OS_NAME}" = "ubuntu-20.04" ] && QEMU_TAG="9.0.2"
[ "${OS_NAME}" = "ubuntu-20.04" ] && QEMU_TAG="v9.0.2"
git clone https://github.com/axboe/liburing /build/liburing --depth 1 -b "${LIBURING_TAG}"
git clone https://github.com/cowsql/raft /build/raft --depth 1 -b "${RAFT_TAG}"
Expand Down

0 comments on commit 8ac4b25

Please sign in to comment.