Skip to content

Commit

Permalink
worked in feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
tanneberger committed Sep 30, 2023
1 parent 6a768f3 commit 331b55b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/sandbox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,23 @@ jobs:
name: Setup
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- id: get-release
name: get-latest-release
uses: pozetroninc/github-action-get-latest-release@master
- uses: actions/setup-java@v3
with:
repository: lf-lang/lingua-franca
distribution: temurin
java-version: 17
- name: Integration Test
run: |
# uninstalling java11 and installing java17
sudo apt remove openjdk-11-jre-headless
sudo apt remove temurin-11-jdk
sudo apt remove temurin-8-jdk
sudo apt install openjdk-17-jre-headless
# sudo apt remove openjdk-11-jre-headless
# sudo apt remove temurin-11-jdk
# sudo apt remove temurin-8-jdk
# sudo apt install openjdk-17-jre-headless
# setting java17
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk-amd64
Expand All @@ -50,6 +49,7 @@ jobs:
needs: setup

steps:
- uses: actions/checkout@v3
- name: Run CPP Tests
run: |
# copying Lingo.toml
Expand Down

0 comments on commit 331b55b

Please sign in to comment.