We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0055a12 commit 8782dffCopy full SHA for 8782dff
.github/workflows/main.yml
@@ -21,7 +21,8 @@ jobs:
21
matrix:
22
firefox: [ '73.0' ]
23
include:
24
- - cache-key: 'stable'
+ - nim-version: 'stable'
25
+ cache-key: 'stable'
26
steps:
27
- uses: actions/checkout@v2
28
- name: Checkout submodules
@@ -60,7 +61,7 @@ jobs:
60
61
62
- name: Install choosenim
63
run: |
- export CHOOSENIM_CHOOSE_VERSION="stable"
64
+ export CHOOSENIM_CHOOSE_VERSION="${{ matrix.nim-version }}"
65
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh
66
sh init.sh -y
67
export PATH=$HOME/.nimble/bin:$PATH
0 commit comments