Skip to content

Commit

Permalink
CI: lock yaml version too pre Nim 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Sep 14, 2023
1 parent 51ff125 commit d82a600
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,14 +211,14 @@ jobs:
run: |
pacman -S --needed --noconfirm mingw-w64-x86_64-gmp
nimble refresh --verbose -y
nimble install --verbose -y gmp jsony asynctools yaml
nimble install --verbose -y gmp jsony asynctools yaml@1.1.0
- name: Install test dependencies
if: runner.os != 'Windows'
shell: bash
run: |
nimble refresh --verbose -y
nimble install --verbose -y gmp jsony asynctools yaml
nimble install --verbose -y gmp jsony asynctools yaml@1.1.0
- name: Print Nim & compiler versions
shell: bash
Expand Down

0 comments on commit d82a600

Please sign in to comment.