We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 559aa18 commit 4631a52Copy full SHA for 4631a52
.github/workflows/go.yml
@@ -20,7 +20,7 @@ jobs:
20
21
# libdrm is required by kfd_ioctl.h
22
- name: Install software
23
- run: sudo apt install golang libdrm-dev build-essential
+ run: sudo apt install golang libdrm-dev
24
25
- name: Install c-for-go
26
run: |
0 commit comments