فهرست منبع

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