Przeglądaj źródła

Fix Arch LTS workflow by using custom container

Maximilian Luz 4 lat temu
rodzic
commit
416fb486f7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/arch_lts.yml

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

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