We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c22ffc2 commit 29cacdfCopy full SHA for 29cacdf
.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,12 +221,6 @@ jobs:
221
runs-on: ubuntu-latest
222
needs: build-docker
223
steps:
224
- - name: Free Disk Space (Ubuntu)
225
- uses: jlumbroso/[email protected]
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