Skip to content

Commit 7227579

Browse files
committed
foo
1 parent a198578 commit 7227579

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,12 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14-
strategy:
15-
fail-fast: false
16-
matrix:
17-
golang-ver:
18-
- 1.25
1914
steps:
2015
- uses: actions/checkout@v3
2116

2217
# libdrm is required by kfd_ioctl.h
23-
- name: Install libdrm-dev
24-
run: sudo apt install libdrm-dev
25-
26-
- name: Set up Go
27-
uses: actions/setup-go@v3
28-
with:
29-
go-version: ${{matrix.golang-ver}}
18+
- name: Install software
19+
run: sudo apt install golang libdrm-dev build-essential
3020

3121
- name: Print Go directory
3222
run: echo $(readlink -f $(which go))

0 commit comments

Comments
 (0)