Skip to content

Commit

Permalink
CI needs yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mratsim committed Sep 14, 2023
1 parent 3d0b9ab commit 5c17d0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,21 +211,21 @@ jobs:
run: |
pacman -S --needed --noconfirm mingw-w64-x86_64-gmp
nimble refresh --verbose -y
nimble install --verbose -y gmp jsony asynctools
nimble install --verbose -y gmp jsony asynctools yaml
- name: Install test dependencies
if: runner.os != 'Windows'
shell: bash
run: |
nimble refresh --verbose -y
nimble install --verbose -y gmp jsony asynctools
nimble install --verbose -y gmp jsony asynctools yaml
- name: Print Nim & compiler versions
shell: bash
# gcc is an alias to Clang on MacOS
run: |
nim -v
gcc -v
gcc -v
- name: Run Constantine tests (UNIX with Assembly)
if: runner.os != 'Windows' && matrix.target.BACKEND == 'ASM'
Expand Down

0 comments on commit 5c17d0c

Please sign in to comment.