Skip to content

Commit

Permalink
add prebuilt-platform flag
Browse files Browse the repository at this point in the history
Signed-off-by: Anton-4 <[email protected]>
  • Loading branch information
Anton-4 authored Aug 21, 2023
1 parent 4b53557 commit e11725b
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/basic_cli_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,16 +195,8 @@ jobs:
cd ..
#./roc_nightly/roc build examples/http-get.roc
#curl -fOL https://raw.githubusercontent.com/roc-lang/basic-cli/main/ci/expect_scripts/http-get.exp

# temp for debugging
- name: Save basic-cli-platform
uses: actions/upload-artifact@v3
with:
name: basic-cli-platform-debug
path: |
basic-cli-platform
./roc_nightly/roc build examples/http-get.roc --prebuilt-platform
curl -fOL https://raw.githubusercontent.com/roc-lang/basic-cli/main/ci/expect_scripts/http-get.exp
- run: sudo apt install -y expect

Expand Down

0 comments on commit e11725b

Please sign in to comment.