From 628f41ab78e88ce697abbe057784f7031827caab Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Sat, 12 Aug 2023 14:55:03 +0200 Subject: [PATCH] build before final test Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com> --- .github/workflows/basic_cli_build_release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/basic_cli_build_release.yml b/.github/workflows/basic_cli_build_release.yml index 8d2367ae0cd..1a4383e7952 100644 --- a/.github/workflows/basic_cli_build_release.yml +++ b/.github/workflows/basic_cli_build_release.yml @@ -192,6 +192,7 @@ jobs: cd examples curl -fOL https://raw.githubusercontent.com/roc-lang/basic-cli/main/examples/http-get.roc sed -i 's/pf:\ \"[^"]*/pf:\ \"\.\.\/main.roc/g' http-get.roc + ./roc_nightly/roc build http-get.roc cd .. curl -fOL https://raw.githubusercontent.com/roc-lang/basic-cli/main/ci/expect_scripts/http-get.exp