Skip to content

Commit

Permalink
moar
Browse files Browse the repository at this point in the history
  • Loading branch information
cpsievert committed Sep 6, 2023
1 parent cd6b6a7 commit 0d4bf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-selenium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build Selenium Jar
run: |
export MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=512m"
export MAVEN_OPTS="-Xmx3G -XX:MaxPermSize=512m"
cd inst/selenium
mvn package
cp target/selenium-1.0.0-jar-with-dependencies.jar selenium.jar
Expand Down

0 comments on commit 0d4bf5e

Please sign in to comment.