瀏覽代碼

Fix Arch LTS workflow by using custom container

Maximilian Luz 4 年之前
父節點
當前提交
416fb486f7
共有 1 個文件被更改,包括 1 次插入1 次删除
  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: |