Skip to content

Commit 90c2ca1

Browse files
committed
version v0.23.2
1 parent 2e37662 commit 90c2ca1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/go.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717

18+
- name: Instal packages
19+
run: |
20+
sudo apt update -y
21+
sudo apt install -y qemu-utils
22+
1823
- name: Set up Go
1924
uses: actions/setup-go@v3
2025
with:
2126
go-version: "1.22"
2227

23-
- name: Packages
24-
run: |
25-
sudo apt update -y
26-
sudo apt install -y qemu-utils
27-
2828
- name: Tools
2929
run: make tools BIN=${{ env.BIN }}
3030

0 commit comments

Comments
 (0)