From 606a5ee956ee64e50e5c0da1da74804612b33c19 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Tue, 17 Jun 2025 07:51:55 -0500 Subject: [PATCH] . --- .github/workflows/generator-macos.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/generator-macos.yml b/.github/workflows/generator-macos.yml index cf0da5d..bd434d1 100644 --- a/.github/workflows/generator-macos.yml +++ b/.github/workflows/generator-macos.yml @@ -432,12 +432,12 @@ jobs: sed -i '' -e "s~$SEARCH_STR.*\"~$b64\"~" ./src/ui.rs fi - - name: fix connection delay - continue-on-error: false - if: ${{ fromJson(inputs.extras).delayFix == 'true' }} - shell: bash - run: | - sed -i -e '/if !key.is_empty() && !token.is_empty() {/,/^\s*}/d' ./src/client.rs + # - name: fix connection delay + # continue-on-error: false + # if: ${{ fromJson(inputs.extras).delayFix == 'true' }} + # shell: bash + # run: | + # sed -i '' -e '/if !key.is_empty() && !token.is_empty() {/,/^\s*}/d' ./src/client.rs - name: add cycle monitors to toolbar continue-on-error: true