Sfoglia il codice sorgente

Fix Arch LTS workflow by using custom container

Maximilian Luz 4 anni fa
parent
commit
416fb486f7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .github/workflows/arch_lts.yml

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

@@ -96,7 +96,7 @@ jobs:
     name: Update package repository
     needs: [release]
     runs-on: ubuntu-latest
-    container: archlinux
+    container: qzed/archlinux
     steps:
     - name: Install dependencies
       run: |