Skip to content

Commit

Permalink
ci: install Scala on MacOS using Action olafurpg/setup-scala (im-tomu…
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Apr 26, 2021
1 parent f70243e commit 220cf3c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,12 @@ jobs:
unzip ${{ env.FOMU_TOOLCHAIN }}.zip
brew install zig
- name: Install Scala (Mac OS)
if: matrix.os == 'macos'
uses: olafurpg/setup-scala@v10
with:
java-version: openjdk@1.11

- run: |
echo "$(pwd)/${{ env.FOMU_TOOLCHAIN }}/bin" >> $GITHUB_PATH
./.github/tests.sh
Expand Down

0 comments on commit 220cf3c

Please sign in to comment.