From 3428eafbfe6c1d9583b1a7d218d5a102c11b5d68 Mon Sep 17 00:00:00 2001 From: jiashuo Date: Thu, 18 Aug 2022 16:12:02 +0800 Subject: [PATCH] update --- .github/workflows/pegasus-regular-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pegasus-regular-build.yml b/.github/workflows/pegasus-regular-build.yml index a12bc523df..622af84088 100644 --- a/.github/workflows/pegasus-regular-build.yml +++ b/.github/workflows/pegasus-regular-build.yml @@ -61,6 +61,7 @@ jobs: run: | git clone --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