Skip to content

Commit

Permalink
updating $PATH after install
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Sep 30, 2023
1 parent 47c1c9d commit befe4eb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit befe4eb

Please sign in to comment.