We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e37662 commit 90c2ca1Copy full SHA for 90c2ca1
.github/workflows/go.yml
@@ -15,16 +15,16 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
18
+ - name: Instal packages
19
+ run: |
20
+ sudo apt update -y
21
+ sudo apt install -y qemu-utils
22
+
23
- name: Set up Go
24
uses: actions/setup-go@v3
25
with:
26
go-version: "1.22"
27
- - name: Packages
- run: |
- sudo apt update -y
- sudo apt install -y qemu-utils
-
28
- name: Tools
29
run: make tools BIN=${{ env.BIN }}
30
0 commit comments