Skip to content

Commit

Permalink
fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethosa committed Apr 6, 2024
1 parent 3902f2d commit cc4721b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
- name: Install Dependencies 🔃
run: |
nimble refresh
nimble install -y -d
- name: Build C tests 🔨
run: |
Expand Down
4 changes: 4 additions & 0 deletions elys.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ license = "MIT"
srcDir = "src"
installExt = @["nim"]
bin = @["elys"]


# Deps
requires "regex#199e696a1b0e0db72e2e5a657926e5b944e6ae2d"

0 comments on commit cc4721b

Please sign in to comment.