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 fdbff10 commit d2e9f47Copy full SHA for d2e9f47
.github/workflows/unit-test.yml
@@ -42,14 +42,14 @@ jobs:
42
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
43
with:
44
go-version: ${{env.GO_VERSION}}
45
- cache: true
+ cache: true
46
- name: Download Dependencies
47
run: go mod download
48
# needed because pkg/drivers/kvm/domain.go:28:2:
49
- name: Install libvirt (Linux)
50
if: runner.os == 'Linux'
51
run: |
52
- sudo apt-get update
+ sudo apt-get update
53
sudo apt-get install -y libvirt-dev
54
- name: Install make (Windows)
55
if: runner.os == 'Windows'
0 commit comments