From 5e1a4e3f75acfe2ac4329705cb587d17db9de560 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Sun, 28 Feb 2021 14:34:55 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 17 ++--------------- 1 file changed, 2 insertions(+), 15 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 63cdc7e8d4..4745314453 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,20 +14,7 @@ jobs: env: EXTRA_FLAGS: 'target_cpu="${{ matrix.target_cpu }}"' steps: - - uses: actions/checkout@v2 - - name: Install dependencies - run: sudo apt update && sudo apt install ninja-build pkg-config libnss3-dev qemu-user - - name: Configure - working-directory: src - run: ./get-clang.sh - - name: Build - working-directory: src - run: ./build.sh - - run: tar cf sysroot.tar src/out/sysroot-build/sid/sid_i386_staging - - name: Save artifacts - uses: actions/upload-artifact@v2 + - uses: actions/download-artifact@v2 with: name: artifacts - path: | - sysroot.tar - src/out/Release/naive + - run: ls -R