File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898 cache : maven
9999 - name : Build ${{ env.PACKAGE_NAME }} + consumers
100100 run : |
101+ clang --version
101102 python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
102103 chmod a+x builder
103104 ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
@@ -149,6 +150,7 @@ jobs:
149150 cache : maven
150151 - name : Build ${{ env.PACKAGE_NAME }} + consumers
151152 run : |
153+ clang --version
152154 python3 -c "from urllib.request import urlretrieve; urlretrieve('${{ env.BUILDER_HOST }}/${{ env.BUILDER_SOURCE }}/${{ env.BUILDER_VERSION }}/builder.pyz?run=${{ env.RUN }}', 'builder')"
153155 chmod a+x builder
154156 ./builder build -p ${{ env.PACKAGE_NAME }} --spec=downstream
You can’t perform that action at this time.
0 commit comments