diff --git a/.github/workflows/generator-macos.yml b/.github/workflows/generator-macos.yml index 3a1b0fa..5c6bfea 100644 --- a/.github/workflows/generator-macos.yml +++ b/.github/workflows/generator-macos.yml @@ -437,12 +437,12 @@ jobs: run: | sed -i '' -e '/if !key.is_empty() && !token.is_empty() {/,/}/d' ./src/client.rs - - name: add cycle monitors to toolbar - continue-on-error: true - if: fromJson(inputs.extras).cycleMonitor == 'true' - run: | - wget https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/cycle_monitor.diff - git apply cycle_monitor.diff + - name: add cycle monitors to toolbar + continue-on-error: true + if: fromJson(inputs.extras).cycleMonitor == 'true' + run: | + wget https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/cycle_monitor.diff + git apply cycle_monitor.diff - name: use X for offline display instead of orange circle continue-on-error: true