Skip to content

Commit

Permalink
attempt build with older version of illwill
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Mar 18, 2024
1 parent 58f9ff4 commit 9682149
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:
- 1.6.10
- binary:stable

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 @@ -14,7 +14,7 @@ bin = @["nimip"]
# Nim dependencies / required libraries.
requires "nim >= 1.6.10"
requires "argparse >= 4.0"
requires "illwill >= 0.3"
requires "illwill == 0.3.2"


# External dependencies.
Expand Down

0 comments on commit 9682149

Please sign in to comment.