Skip to content

Commit

Permalink
ci: update vmtest to latest release
Browse files Browse the repository at this point in the history
vmtest 0.12.0 was [released](https://github.com/danobi/vmtest/releases/tag/v0.12.0)
and contains all the features that were available from my personal fork.

Signed-off-by: Manu Bretelle <[email protected]>
  • Loading branch information
chantra committed May 22, 2024
1 parent 5618ba5 commit 25da4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-vmtest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
shell: bash
# FIXME: move to proper release
run: |
curl -L https://github.com/chantra/danobi-vmtest/releases/download/v2.2.0/vmtest-$(uname -m) > /usr/bin/vmtest && chmod 755 /usr/bin/vmtest
curl -L https://github.com/danobi/vmtest/releases/download/v0.12.0/vmtest-$(uname -m) > /usr/bin/vmtest && chmod 755 /usr/bin/vmtest
- name: install qemu tools and selftest dependencies
shell: bash
run: |
Expand Down

0 comments on commit 25da4a5

Please sign in to comment.