소스 검색

Fix arch build

Signed-off-by: Dorian Stoll <dorian.stoll@tmsp.io>
Dorian Stoll 5 년 전
부모
커밋
db920fcc60
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/arch.yml

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

@@ -80,7 +80,7 @@ jobs:
     steps:
     - name: Install dependencies
       run: |
-        pacman -Sy --noconfirm obase-devel git
+        pacman -Sy --noconfirm base-devel git
 
     - name: Checkout repository
       uses: actions/checkout@v2
@@ -140,7 +140,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Download artifacts
-      uses: action/download-artifact@v1
+      uses: actions/download-artifact@v1
       with:
         name: arch-latest