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 94f1560 commit e36790aCopy full SHA for e36790a
.github/workflows/generator-linux.yml
@@ -332,7 +332,7 @@ jobs:
332
if: ${{ fromJson(inputs.extras).delayFix == 'true' }}
333
shell: bash
334
run: |
335
- 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
336
337
- name: add cycle monitors to toolbar
338
continue-on-error: true
0 commit comments