We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cdc5a commit bb11f45Copy full SHA for bb11f45
1 file changed
.github/workflows/build.yml
@@ -17,14 +17,12 @@ jobs:
17
os:
18
- ubuntu-latest
19
- windows-latest
20
- nim-version:
21
- - 2.2.0
22
23
steps:
24
- name: Checkout code
25
uses: actions/checkout@v4
26
27
- - name: Cache nimble
+ - name: Cache nimble
28
id: cache-nimble
29
uses: actions/cache@v4
30
with:
@@ -34,7 +32,7 @@ jobs:
34
32
- name: Setup nim
35
33
uses: jiro4989/setup-nim-action@v2
36
37
- nim-version: ${{ matrix.nim-version }}
+ nim-version: 2.2.0
38
39
- name: Install Packages
40
run: nimble install -d -y
0 commit comments