Skip to content

Commit 411304d

Browse files
committed
1 parent 05746b9 commit 411304d

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,26 @@ jobs:
1313
# - macos-latest
1414
- ubuntu-latest
1515
nimversion: # used for installation
16-
- 1.6.10
17-
nim-version: # actually used
1816
- devel
1917
- "#version-1-6"
20-
name: ${{ matrix.os }} - ${{ matrix.nim-version }}
18+
name: ${{ matrix.os }} - ${{ matrix.nimversion }}
2119
runs-on: ${{ matrix.os }}
2220
env:
2321
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2422
steps:
2523
- uses: actions/checkout@v3
26-
- uses: jiro4989/[email protected].1
24+
- uses: jiro4989/[email protected].3
2725
with:
28-
nim-version: ${{ matrix.nimversion }}
26+
nimversion: ${{ matrix.nimversion }}
2927
yes: true
3028
- name: Install Mercurial on macOS
3129
if: matrix.os == 'macos-latest'
3230
run: brew install mercurial
33-
- name: choosenim ${{ matrix.nim-version }}
34-
run: choosenim "${{ matrix.nim-version }}" --yes
3531
- name: Install nimble
3632
run: |
3733
git clone https://github.com/yyoncho/nimble -b nim-as-dep
3834
cd nimble
3935
nimble -y build
40-
# - name: install deps
41-
# shell: bash
42-
# run: |
43-
# ./nimble/nimble -y install
4436
- name: test
4537
shell: bash
4638
run: |

0 commit comments

Comments
 (0)