From 76233b4f2b29daa01b770ded7a0be231b94ab146 Mon Sep 17 00:00:00 2001 From: Bryan Gerlach Date: Sat, 18 Jan 2025 18:11:26 -0600 Subject: [PATCH] fix macos formatting --- .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 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