Revert "speed up ci by using binary"

This reverts commit 6b9e1a651b.
This commit is contained in:
Ben 2024-05-13 11:45:29 +02:00
parent 6b9e1a651b
commit 2496c68149
No known key found for this signature in database
GPG Key ID: 541B9D8C9F1426A1
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
nim: ["binary:stable", "binary:1.6.18"]
nim: [stable, 1.6.18]
steps:
- uses: actions/checkout@v2
with: