Skip to content

Commit

Permalink
Merge pull request #25 from umarcor/ci/sbt
Browse files Browse the repository at this point in the history
ci: install Scala on MacOS using Action olafurpg/setup-scala (im-tomu/fomu-workshop#384)
  • Loading branch information
xobs authored Apr 27, 2021
2 parents f70243e + 220cf3c commit 5202404
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 5202404

Please sign in to comment.