Skip to content

Commit

Permalink
Print perl version and compile webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirvanSarkar committed Oct 12, 2024
1 parent 38e4c7a commit 6512c31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,8 @@ jobs:
ant -version
which cmake
cmake -version
which perl
perl -version
# Save JAVA_HOME, ANT_HOME, and Path (renamed to THE_PATH) in env variables
echo "JAVA_HOME=$env:JAVA_HOME" | Out-File -FilePath $env:GITHUB_ENV -Encoding utf8 -Append
Expand All @@ -411,7 +413,7 @@ jobs:
which java
java -version
.\gradlew.bat -version
.\gradlew.bat --info all
.\gradlew.bat --info -PCOMPILE_WEBKIT=true all
- name: Run JavaFX headless tests
working-directory: jfx
Expand Down

0 comments on commit 6512c31

Please sign in to comment.