From 9c83b94c5b2412425225df2b56d065535a80fafb Mon Sep 17 00:00:00 2001 From: jiashuo Date: Fri, 19 Aug 2022 10:37:36 +0800 Subject: [PATCH] update --- .github/workflows/pegasus-regular-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pegasus-regular-build.yml b/.github/workflows/pegasus-regular-build.yml index 622af84088..f192a468a9 100644 --- a/.github/workflows/pegasus-regular-build.yml +++ b/.github/workflows/pegasus-regular-build.yml @@ -59,9 +59,8 @@ jobs: - name: Clone Apache Pegasus Source working-directory: /root run: | - git clone --depth=1 https://github.com/apache/incubator-pegasus.git + git clone -b ${{ github.ref_name }} --depth=1 https://github.com/apache/incubator-pegasus.git cd incubator-pegasus - git checkout ${{ github.ref_name }} - name: Unpack prebuilt third-parties run: unzip /root/thirdparties-bin.zip -d ./thirdparty - name: Compilation pegasus on GCC