File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed
Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments