소스 검색

Run repo update on basic ubuntu vm

Maximilian Luz 5 년 전
부모
커밋
995d8de7e9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/arch.yml

+ 2 - 2
.github/workflows/arch.yml

@@ -76,11 +76,11 @@ jobs:
     name: Update package repository
     needs: [build]
     runs-on: ubuntu-latest
-    container: archlinux
     steps:
     - name: Install dependencies
       run: |
-        pacman -Sy --noconfirm git
+        apt-get update
+        apt-get install -y git
 
     - name: Download artifacts
       uses: actions/download-artifact@v1