Skip to content

Commit

Permalink
Do not rely on globally installed Phive
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Feb 1, 2023
1 parent e13cc26 commit 2aa65e1
Show file tree
Hide file tree
Showing 2 changed files with 1,128 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,12 @@
</target>

<target name="update-tools">
<exec executable="phive">
<exec executable="${basedir}/tools/phive">
<arg value="--no-progress"/>
<arg value="self-update"/>
</exec>

<exec executable="${basedir}/tools/phive">
<arg value="--no-progress"/>
<arg value="update"/>
</exec>
Expand Down
Loading

0 comments on commit 2aa65e1

Please sign in to comment.