feature: cycle monitors on toolbar

This commit is contained in:
Bryan Gerlach
2024-12-10 18:10:13 -06:00
parent 10f6c85e7f
commit f0e7bdf750

View File

@@ -357,7 +357,8 @@ jobs:
if: fromJson(inputs.extras).cycleMonitor == 'true'
shell: bash
run: |
git apply ./github/patches/cycle_monitor.diff
wget https://raw.githubusercontent.com/bryangerlach/rdgen/refs/heads/master/.github/patches/cycle_monitor.diff
git apply cycle_monitor.diff
- name: run as admin