From eb02f7c61cf01d2d600b1777d970ee2a3400fd17 Mon Sep 17 00:00:00 2001 From: aeghn Date: Sun, 24 Nov 2024 22:28:27 +0800 Subject: [PATCH] ./ --- .github/workflows/restop.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/restop.yml b/.github/workflows/restop.yml index 8414275..d2d5237 100644 --- a/.github/workflows/restop.yml +++ b/.github/workflows/restop.yml @@ -10,16 +10,11 @@ jobs: steps: - name: Show GLIBC run: ldd --version - - name: Checkout sources - uses: actions/checkout@v1 - with: - ref: ${{ github.event.inputs.sha || env.GITHUB_SHA }} - name: Set env on push - if: github.event_name == 'push' run: | - echo "INPUT_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV - echo "INPUT_TAG=$(git tag --points-at HEAD)" >> $GITHUB_ENV + git clone https://github.com/aeghn/restop -b main --detph=1 + ls -lh - name: Install stable toolchain uses: actions-rs/toolchain@v1