Skip to content

Commit

Permalink
Trying to escape the memory command
Browse files Browse the repository at this point in the history
  • Loading branch information
DavyLandman committed Sep 11, 2024
1 parent 0d1d917 commit f53d115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
- name: Typecheck rascal
run: |
java -jar rascal/rascal.jar Main \
--memory "-Xmx3G" \
--memory "\\-Xmx3G" \
--rascalVersion "|cwd:///rascal/rascal.jar|" \
--typepalVersion "|cwd:///typepal|" \
--rascalCoreVersion "|cwd:///rascal-core|" \
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Typecheck rascal-libs
run: |
java -jar rascal/rascal.jar Main \
--memory "-Xmx3G" \
--memory "\\-Xmx3G" \
--rascalVersion "|cwd:///rascal/rascal.jar|" \
--typepalVersion "|cwd:///typepal|" \
--rascalCoreVersion "|cwd:///rascal-core|" \
Expand Down

0 comments on commit f53d115

Please sign in to comment.