From 3b7d6d3c4f8483816429b1b4aaa9bb880c26a0be Mon Sep 17 00:00:00 2001 From: Aoran Zeng Date: Thu, 21 Sep 2023 21:15:02 +0800 Subject: [PATCH] Update linux build location --- .github/workflows/linux.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 8964345..c6ae727 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -38,10 +38,10 @@ jobs: dockerRunArgs: | --volume "${PWD}/artifacts:/artifacts" run: | - apt-get update -q + apt-get update -qq apt-get install build-essential -y -q apt-get install git -y -q - cd /home/runner/work + pwd ; ls -al git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q cd chsrc make CI CI_BUILD_NAME=chsrc-armv7-linux @@ -56,10 +56,10 @@ jobs: dockerRunArgs: | --volume "${PWD}/artifacts:/artifacts" run: | - apt-get update -q + apt-get update -qq apt-get install build-essential -y -q apt-get install git -y -q - cd /home/runner/work + pwd ; ls -al git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q cd chsrc make CI CI_BUILD_NAME=chsrc-aarch64-linux @@ -74,10 +74,10 @@ jobs: dockerRunArgs: | --volume "${PWD}/artifacts:/artifacts" run: | - apt-get update -q + apt-get update -qq apt-get install build-essential -y -q apt-get install git -y -q - cd /home/runner/work + pwd ; ls -al git clone https://github.com/RubyMetric/chsrc -b gh-pipeline -q cd chsrc make CI CI_BUILD_NAME=chsrc-riscv64-linux