Skip to content

Commit

Permalink
CI says yes to nimble
Browse files Browse the repository at this point in the history
  • Loading branch information
jxy committed Jun 5, 2020
1 parent ca75720 commit 99387cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
path: qex
- name: install nimble dependencies
working-directory: qex
run: nimble install -d
run: nimble install -dy
- name: install qmp & qio
working-directory: qex
run: ./bootstrap-travis
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ before_install:
- echo $PATH
- nim -v
- cd ../qex
- nimble install -d
- nimble install -dy

script:
- ./bootstrap-travis
Expand Down

0 comments on commit 99387cb

Please sign in to comment.