Skip to content

Commit

Permalink
java home
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Oct 1, 2023
1 parent 5c69e41 commit fa0ad7e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,23 @@ jobs:
- name: Integration Test
run: |
# setting java17
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
ls -alh /usr/lib/jvm/
# export JAVA_HOME=/usr/lib/jvm/java-17-temurin-amd64
# building lingo
cargo b --release
# installing lingua-franca tests
git clone https://github.com/lf-lang/lingua-franca.git ./lf-test
git clone https://github.com/lf-lang/lingua-franca.git ./lingua-franca
# 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
cp test/Lingo-Cpp.toml ./lingua-franca/test/Lingo.toml
ls -alh
cd ./lf-test/test/Cpp
cd ./lingua-franca/test/Cpp
../../../target/release/lingo build
shell: bash
Expand Down

0 comments on commit fa0ad7e

Please sign in to comment.