Browse Source

Fix Arch build by using workaround contaienr

Maximilian Luz 4 years ago
parent
commit
ab4bcf8fca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/arch_lts.yml

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

@@ -12,7 +12,7 @@ jobs:
   build:
     name: Build Kernel
     runs-on: ubuntu-latest
-    container: archlinux
+    container: qzed/archlinux
     steps:
     - name: Checkout code
       uses: actions/checkout@v2