This commit is contained in:
Bryan Gerlach
2025-07-24 10:39:18 -05:00
parent 94f1560196
commit e36790addc

View File

@@ -332,7 +332,7 @@ jobs:
if: ${{ fromJson(inputs.extras).delayFix == 'true' }}
shell: bash
run: |
sed -i -e '/if !key.is_empty() && !token.is_empty() {/,/^\s*}/d' ./src/client.rs
sed -i -e 's|!key.is_empty()|false|' ./src/client.rs
- name: add cycle monitors to toolbar
continue-on-error: true