Skip to content

Commit

Permalink
trying to get it actions workiong
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Langsenkamp committed Sep 5, 2023
1 parent dc161db commit 65713c8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on:
jobs:
build-for-docker:
runs-on: ubuntu-latest
env:
# define Java options for both official sbt and sbt-extras
JAVA_OPTS: -Xmx4096M
JVM_OPTS: -Xmx4096M

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 65713c8

Please sign in to comment.