Skip to content

Commit

Permalink
Use pre-built binary for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
iffy committed Feb 23, 2024
1 parent e88bd9e commit 9732d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
version: [stable]
version: [binary:stable]
steps:
- uses: actions/checkout@v1
- uses: iffy/install-nim@v5
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
version: [stable]
version: [binary:stable]
os: [macOS-latest, windows-latest]
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit 9732d73

Please sign in to comment.