Skip to content

Commit 96e34ee

Browse files
Fix Java memory option syntax in CI workflow
1 parent 12d27c5 commit 96e34ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: wget https://github.com/CommonWealthRobotics/bowler-script-kernel/releases/latest/download/bowler-kernel.jar
7474

7575
- name: Compile Script
76-
run: xvfb-run -s '-screen 0 1024x768x24' java -Dprism.verbose=true -Dprism.forceGPU=true -d64 -Xmx6500M -jar bowler-kernel.jar -f "${{ inputs.filelocation }}"
76+
run: xvfb-run -s '-screen 0 1024x768x24' java -Dprism.verbose=true -Dprism.forceGPU=true -Xmx6500M -jar bowler-kernel.jar -f "${{ inputs.filelocation }}"
7777
- name: Setup filename without spaces
7878
run: |
7979
FILENAME="${{ inputs.filename }}"

0 commit comments

Comments
 (0)