From 6b9e1a651b0ebecc4ad38f54f046e263a9fd8e56 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 13 May 2024 11:43:16 +0200 Subject: [PATCH] speed up ci by using binary --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bc86b01..26846b2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macOS-latest, windows-latest] - nim: [stable, 1.6.18] + nim: ["binary:stable", "binary:1.6.18"] steps: - uses: actions/checkout@v2 with: