Skip to content

Commit bb11f45

Browse files
committed
fix: build workflow
1 parent a1cdc5a commit bb11f45

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@ jobs:
1717
os:
1818
- ubuntu-latest
1919
- windows-latest
20-
nim-version:
21-
- 2.2.0
2220

2321
steps:
2422
- name: Checkout code
2523
uses: actions/checkout@v4
2624

27-
- name: Cache nimble
25+
- name: Cache nimble
2826
id: cache-nimble
2927
uses: actions/cache@v4
3028
with:
@@ -34,7 +32,7 @@ jobs:
3432
- name: Setup nim
3533
uses: jiro4989/setup-nim-action@v2
3634
with:
37-
nim-version: ${{ matrix.nim-version }}
35+
nim-version: 2.2.0
3836

3937
- name: Install Packages
4038
run: nimble install -d -y

0 commit comments

Comments
 (0)