Skip to content

Commit

Permalink
updated github actions to java 7 352
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarhernandezgt committed Nov 15, 2022
1 parent 038f94a commit 3e82f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: unzip -qq tomcat6-build-libs-.zip -d /home/runner/

- name: replace java.7.home
run: sed -i.bak 's:.*java.7.home.*:java.7.home=/opt/hostedtoolcache/jdk/7.0.342/x64:' build.properties.default
run: sed -i.bak 's:.*java.7.home.*:java.7.home=/opt/hostedtoolcache/jdk/7.0.352/x64:' build.properties.default

- name: ant_build
run: ant
Expand Down

0 comments on commit 3e82f5a

Please sign in to comment.