diff --git a/.github/workflows/sandbox.yaml b/.github/workflows/sandbox.yaml index 53cebc3..cb82659 100644 --- a/.github/workflows/sandbox.yaml +++ b/.github/workflows/sandbox.yaml @@ -40,6 +40,8 @@ jobs: # installing lfc curl -Ls https://install.lf-lang.org | bash -s cli + export PATH="$HOME/.local/bin:$PATH" + # copying Lingo.toml cp test/Lingo-Cpp.toml ./lf-test/test/Lingo.toml