File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed
Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - name : Check free space
13- run : df -h
1412
1513 - name : Free disk space
16- run : curl -fsSL https://raw.githubusercontent.com/kou/arrow/e49d8ae15583ceff03237571569099a6ad62be32/ci/scripts/util_free_space.sh | bash
14+ run : |
15+ sudo rm -rf \
16+ /usr/local/aws-sam-cil \
17+ /usr/local/julia1.12.2 \
18+ /usr/local/lib/android \
19+ /usr/local/lib/heroku \
20+ /usr/local/lib/node_modules \
21+ /opt/hostedtoolcache/CodeQL \
22+ /opt/hostedtoolcache/go \
23+ /opt/hostedtoolcache/PyPy \
24+ /opt/hostedtoolcache/node \
25+ /usr/local/bin/oc \
26+ /opt/az \
27+ /opt/microsoft/powershell
28+ sudo apt purge -y firefox google-chrome-stable microsoft-edge-stable
1729
1830 - name : Checkout repository
1931 uses : actions/checkout@v4
3749 cat > project.xml << EOF
3850 <project toolsVersion="7.6">
3951 <dependency name="rtx_remix" copyPath="_artifacts/${FILENAME}">
40- <package name="rtx_remix" version="${VERSION}+${BRANCH_NAME}.${SHORT_SHA} .gl.windows-x86_64.release" />
52+ <package name="rtx_remix" version="1.2.4+main.cfef2676 .gl.windows-x86_64.release" />
4153 </dependency>
4254 </project>
4355 EOF
You can’t perform that action at this time.
0 commit comments