Skip to content

Commit

Permalink
Fixed sbt command line (#3945)
Browse files Browse the repository at this point in the history
  • Loading branch information
phearnot committed Mar 21, 2024
1 parent 7c506d3 commit aaece4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker-node.yaml
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Build sources
run: |
sbt --mem 2048 -J-XX:+UseG1GC -Dcoursier.cache=~/.cache/coursier -Dsbt.boot.directory=~/.sbt ;buildTarballsForDocker;buildRIDERunnerForDocker
sbt --mem 4096 --batch -J-XX:+UseG1GC -Dcoursier.cache=~/.cache/coursier -Dsbt.boot.directory=~/.sbt ';buildTarballsForDocker;buildRIDERunnerForDocker'
- name: Setup Docker buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit aaece4c

Please sign in to comment.