Explorar o código

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 %!s(int64=3) %!d(string=hai) anos
pai
achega
73af00b013
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: |