Skip to content

Commit

Permalink
version v0.23.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cuhsat committed Jun 7, 2024
1 parent 2e37662 commit 90c2ca1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Instal packages
run: |
sudo apt update -y
sudo apt install -y qemu-utils
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.22"

- name: Packages
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 90c2ca1

Please sign in to comment.