Skip to content

Commit

Permalink
./
Browse files Browse the repository at this point in the history
  • Loading branch information
aeghn committed Nov 24, 2024
1 parent 439891e commit eb02f7c
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/restop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb02f7c

Please sign in to comment.