From 6f80f19f3b3aa1590254307a04435ce720d46abf Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 11 Feb 2025 09:18:17 -0600 Subject: [PATCH] use dots2 spinner --- pkgs/oizys/src/oizys/github.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/oizys/src/oizys/github.nim b/pkgs/oizys/src/oizys/github.nim index 03d5a09..2e19f96 100644 --- a/pkgs/oizys/src/oizys/github.nim +++ b/pkgs/oizys/src/oizys/github.nim @@ -88,7 +88,7 @@ proc getInProgressRun( start = now() timeoutDuration = initDuration(milliseconds = timeout) - withSpinner fmt"waiting for {workflow} workflow to start": + with(Dots2, fmt"waiting for {workflow} workflow to start"): while (now() - start) < timeoutDuration: let response = getGhApi(fmt"https://api.github.com/repos/daylinmorgan/oizys/actions/workflows/{workflow}/runs") let runs = fromJson(response.body, ListGhWorkflowResponse).workflow_runs