Browse Source

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.
Fabian Mastenbroek 3 years ago
parent
commit
73af00b013
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/update.yml

+ 1 - 1
.github/workflows/update.yml

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