Update Debian repositories before installing dependencies
This change fixes an issue with the dependency installation where it would fail due to not being properly updated.
This commit is contained in:
parent
deb8e3ecc2
commit
73af00b013
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update.yml
vendored
2
.github/workflows/update.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
with:
|
||||
submodules: recursive
|
||||
- name: Setup System Dependencies
|
||||
run: sudo apt install devscripts
|
||||
run: sudo apt update && sudo apt install devscripts
|
||||
- name: Update Kernel
|
||||
id: update
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue