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:
Fabian Mastenbroek 2022-05-23 16:46:43 +02:00
parent deb8e3ecc2
commit 73af00b013
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -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: |