From 75cfc58b2c86b44ede7e979c4aaf8ab1becc5be8 Mon Sep 17 00:00:00 2001 From: klzgrad Date: Sun, 28 Feb 2021 13:54:38 +0800 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index edb86263ed..e78e744dbb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,15 +20,8 @@ jobs: - name: Configure working-directory: src run: ./get-clang.sh - - name: Build - working-directory: src - run: ./build.sh - name: Save artifacts uses: actions/upload-artifact@v2 with: name: artifacts - path: | - src/out/sysroot-build/sid/debian_sid_i386_sysroot.tar.xz - src/out/Release/naive - - name: Basic tests - run: ./tests/basic.sh src/out/Release/naive + path: src/out/sysroot-build/sid/debian_sid_i386_sysroot.tar.xz