Browse Source

Fix Arch LTS workflow by using custom container

Maximilian Luz 4 years ago
parent
commit
416fb486f7
1 changed files with 1 additions and 1 deletions
  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: |