Skip to content

Commit

Permalink
Update redlib.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ManeraKai authored Apr 16, 2024
1 parent 30378cc commit 3acf250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/redlib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- run: |
mkdir redlib
cd redlib/
latest_tag = git describe --tags $(git rev-list --tags --max-count=1)
git clone --depth 1 --branch ($latest_tag) https://github.com/redlib-org/redlib/
REPO=https://github.com/redlib-org/redlib/
git clone $REPO --single-branch --branch $(git ls-remote --tags $REPO | cut -d/ -f3 | sort -V | tail -n1)
cd redlib/
cargo build --target x86_64-unknown-linux-gnu --release
Expand Down

0 comments on commit 3acf250

Please sign in to comment.