We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bce8c6 commit 5ff0bbcCopy full SHA for 5ff0bbc
1 file changed
.github/workflows/ci.yml
@@ -22,19 +22,10 @@ jobs:
22
- uses: actions/checkout@v3
23
24
- name: Setup Nim
25
- if: matrix.os != 'windows-latest'
26
uses: jiro4989/setup-nim-action@v1
27
with:
28
nim-version: ${{ matrix.nim-version }}
29
30
- - name: Setup Nim on Windows
31
- if: matrix.os == 'windows-latest'
32
- run: |
33
- git clone https://github.com/dom96/choosenim.git
34
- cd choosenim
35
- .\choosenim.exe ${{ matrix.nim-version }} -y
36
- echo "${USERPROFILE}\.nimble\bin" >> $GITHUB_PATH
37
-
38
- name: Install dependencies
39
run: nimble install -y
40
0 commit comments