update link checker script (#8242)

update link checker
This commit is contained in:
Anton-4 2025-09-09 17:00:59 +02:00 committed by GitHub
parent 56e44049ed
commit 9090fa4f97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 11 deletions

View file

@ -32,9 +32,9 @@ jobs:
- name: setup Roc
run: |
curl -s -OL https://github.com/roc-lang/roc/releases/download/alpha3-rolling/roc-linux_x86_64-alpha3-rolling.tar.gz
tar -xf roc-linux_x86_64-alpha3-rolling.tar.gz
rm roc-linux_x86_64-alpha3-rolling.tar.gz
curl -s -OL https://github.com/roc-lang/roc/releases/download/alpha4-rolling/roc-linux_x86_64-alpha4-rolling.tar.gz
tar -xf roc-linux_x86_64-alpha4-rolling.tar.gz
rm roc-linux_x86_64-alpha4-rolling.tar.gz
cd roc_nightly-*
# make roc binary available
echo "$(pwd)" >> $GITHUB_PATH