Skip to content

Commit

Permalink
Merge pull request #2892 from informalsystems/gabriela/fix-ci-macos
Browse files Browse the repository at this point in the history
Fix unit test CI on MacOS
  • Loading branch information
bugarela authored May 6, 2024
2 parents 9295b5b + 84b2eca commit 4ae3445
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ jobs:
operating-system: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Coursier cache
uses: coursier/cache-action@v6
- name: Coursier setup
uses: coursier/setup-action@v1
with:
jvm: temurin:1.17
apps: sbt
- name: Set APALACHE_HOME env
# See https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable
run: echo "APALACHE_HOME=$GITHUB_WORKSPACE" >> $GITHUB_ENV
Expand Down

0 comments on commit 4ae3445

Please sign in to comment.