mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
build: apt update before apt install (#23806)
This commit is contained in:
2
.github/workflows/test-core.yaml
vendored
2
.github/workflows/test-core.yaml
vendored
@@ -117,7 +117,7 @@ jobs:
|
||||
|
||||
- name: Install optional dependencies
|
||||
if: ${{ matrix.groups == 'drivers' }}
|
||||
run: sudo apt install qemu-system
|
||||
run: sudo apt update && sudo apt install qemu-system
|
||||
|
||||
- name: Run Matrix Tests
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user