Skip to content

Commit d5e3dfa

Browse files
committed
Remove all unnecessary crap
1 parent 9ea614c commit d5e3dfa

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

.github/workflows/toolkit-package.yml

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,23 @@ jobs:
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
@@ -37,7 +49,7 @@ jobs:
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

0 commit comments

Comments
 (0)