Skip to content

Commit

Permalink
attempt to fix workflow failure build
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Mar 18, 2024
1 parent 538445c commit 58f9ff4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
nimversion:
- binary:stable
- 1.6.10

os: [ubuntu-latest, macos-latest, windows-latest]
include:
Expand Down
2 changes: 1 addition & 1 deletion nimip.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bin = @["nimip"]


# Nim dependencies / required libraries.
requires "nim >= 2.0"
requires "nim >= 1.6.10"
requires "argparse >= 4.0"
requires "illwill >= 0.3"

Expand Down

0 comments on commit 58f9ff4

Please sign in to comment.