mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-23 08:48:03 +00:00
parent
56e44049ed
commit
9090fa4f97
2 changed files with 7 additions and 11 deletions
6
.github/workflows/alwayscheck.yml
vendored
6
.github/workflows/alwayscheck.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue