We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b71dd7 commit c22ffc2Copy full SHA for c22ffc2
1 file changed
.github/workflows/pr-main_l2.yaml
@@ -165,7 +165,7 @@ jobs:
165
cd rex
166
git checkout 18466ec1c3dbcbbf22a68fc1f850d660cb2fbf1f
167
make cli
168
- echo "rex install successfully at $(which rex)"
+ echo "rex install successfully at $(which rex)"
169
170
- name: Deploy native token
171
if: matrix.use_native_token
@@ -221,6 +221,12 @@ jobs:
221
runs-on: ubuntu-latest
222
needs: build-docker
223
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
+
230
- name: Checkout sources
231
uses: actions/checkout@v4
232
- name: Setup Rust Environment
0 commit comments