Skip to content

Commit

Permalink
version v0.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhsat committed Jun 7, 2024
1 parent 4b7820d commit 2e37662
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
go-version: "1.22"

- name: Packages
run: sudo apt-get install -y qemu-utils
run: |
sudo apt update -y
sudo apt install -y qemu-utils
- name: Tools
run: make tools BIN=${{ env.BIN }}
Expand Down

0 comments on commit 2e37662

Please sign in to comment.