Skip to content

Commit

Permalink
wip: nixify
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Oct 26, 2024
1 parent 1bbf641 commit 72c1278
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/baboon-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ jobs:
- uses: 7mind/github-env@minimal
with:
setup-nix: ${{ matrix.preconfigured != true }}
- uses: actions/cache@v4
name: Cache (SBT, Ivy, Coursier)
with:
path: |
~/.sbt
~/.cache/coursier
~/.ivy2/cache
key: ${{ runner.os }}-scala
- name: Build
run: ./build.sh nix build test
- uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -74,6 +82,14 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'sbt'
native-image-job-reports: true
- uses: actions/cache@v4
name: Cache (SBT, Ivy, Coursier)
with:
path: |
~/.sbt
~/.cache/coursier
~/.ivy2/cache
key: ${{ runner.os }}-scala
- name: Build (windows)
shell: bash
run: ./build.sh build test
Expand Down

0 comments on commit 72c1278

Please sign in to comment.