mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-13 09:49:11 +03:00
fix for all OS
This commit is contained in:
parent
0a3ed0765e
commit
e08ee98b32
17
.github/workflows/basic_cli_build_release.yml
vendored
17
.github/workflows/basic_cli_build_release.yml
vendored
@ -32,10 +32,7 @@ jobs:
|
||||
|
||||
- name: Download the previously uploaded roc_releases.json
|
||||
uses: actions/download-artifact@v3
|
||||
|
||||
- run: ls artifact
|
||||
|
||||
- run: mv artifact/roc_releases.json .
|
||||
run: mv artifact/roc_releases.json .
|
||||
|
||||
- name: build basic-cli with surgical linker and also with legacy linker
|
||||
env:
|
||||
@ -59,8 +56,7 @@ jobs:
|
||||
|
||||
- name: Download the previously uploaded roc_releases.json
|
||||
uses: actions/download-artifact@v3
|
||||
|
||||
- run: ls
|
||||
run: mv artifact/roc_releases.json .
|
||||
|
||||
- run: ./ci/build_basic_cli.sh macos_x86_64
|
||||
|
||||
@ -80,6 +76,7 @@ jobs:
|
||||
|
||||
- name: Download the previously uploaded roc_releases.json
|
||||
uses: actions/download-artifact@v3
|
||||
run: mv artifact/roc_releases.json .
|
||||
|
||||
- run: ls
|
||||
|
||||
@ -102,11 +99,9 @@ jobs:
|
||||
- name: remove all folders except the ci folder
|
||||
run: ls | grep -v ci | xargs rm -rf
|
||||
|
||||
- name: Fetch releases data and save to file. Authorization is used to prevent rate limiting.
|
||||
env:
|
||||
AUTH_HEADER: 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}'
|
||||
run: |
|
||||
./ci/get_releases.sh
|
||||
- name: Download the previously uploaded roc_releases.json
|
||||
uses: actions/download-artifact@v3
|
||||
run: mv artifact/roc_releases.json .
|
||||
|
||||
- run: echo "ROC_RELEASE_URL=$(./ci/get_latest_release_url.sh linux_x86_64)" >> $GITHUB_ENV
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user