From e11725b1e28417c66d27b060d3b68e1b3f042c41 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Mon, 21 Aug 2023 17:19:58 +0200 Subject: [PATCH] add prebuilt-platform flag Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> --- .github/workflows/basic_cli_build_release.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/basic_cli_build_release.yml b/.github/workflows/basic_cli_build_release.yml index b862162249a..02af002e8b5 100644 --- a/.github/workflows/basic_cli_build_release.yml +++ b/.github/workflows/basic_cli_build_release.yml @@ -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