Browse Source

Fix Arch LTS workflow by using custom container

Maximilian Luz 4 năm trước cách đây
mục cha
commit
416fb486f7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: |