Skip to content

Commit 606a5ee

Browse files
committed
.
1 parent 2548477 commit 606a5ee

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/generator-macos.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -432,12 +432,12 @@ jobs:
432432
sed -i '' -e "s~$SEARCH_STR.*\"~$b64\"~" ./src/ui.rs
433433
fi
434434
435-
- name: fix connection delay
436-
continue-on-error: false
437-
if: ${{ fromJson(inputs.extras).delayFix == 'true' }}
438-
shell: bash
439-
run: |
440-
sed -i -e '/if !key.is_empty() && !token.is_empty() {/,/^\s*}/d' ./src/client.rs
435+
# - name: fix connection delay
436+
# continue-on-error: false
437+
# if: ${{ fromJson(inputs.extras).delayFix == 'true' }}
438+
# shell: bash
439+
# run: |
440+
# sed -i '' -e '/if !key.is_empty() && !token.is_empty() {/,/^\s*}/d' ./src/client.rs
441441

442442
- name: add cycle monitors to toolbar
443443
continue-on-error: true

0 commit comments

Comments
 (0)