Skip to content

Commit c22ffc2

Browse files
author
avilagaston9
committed
Free disk space in based
1 parent 1b71dd7 commit c22ffc2

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/pr-main_l2.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
cd rex
166166
git checkout 18466ec1c3dbcbbf22a68fc1f850d660cb2fbf1f
167167
make cli
168-
echo "rex install successfully at $(which rex)"
168+
echo "rex install successfully at $(which rex)"
169169
170170
- name: Deploy native token
171171
if: matrix.use_native_token
@@ -221,6 +221,12 @@ jobs:
221221
runs-on: ubuntu-latest
222222
needs: build-docker
223223
steps:
224+
- name: Free Disk Space (Ubuntu)
225+
uses: jlumbroso/free-disk-space@v1.3.1
226+
with:
227+
tool-cache: false
228+
large-packages: false
229+
224230
- name: Checkout sources
225231
uses: actions/checkout@v4
226232
- name: Setup Rust Environment

0 commit comments

Comments
 (0)