Skip to content

Commit 04b278e

Browse files
committed
Fixed CI
1 parent 0bb643e commit 04b278e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ jobs:
77
- uses: actions/checkout@v4
88
- run: |
99
cd /tmp
10-
wget -q https://nim-lang.org/download/nim-2.2.0-linux_x64.tar.xz
11-
tar xf nim-2.2.0-linux_x64.tar.xz
12-
echo "/tmp/nim-2.2.0/bin" >> $GITHUB_PATH
10+
wget -q https://nim-lang.org/download/nim-$NIM_VERSION-linux_x64.tar.xz
11+
tar xf nim-$NIM_VERSION-linux_x64.tar.xz
12+
echo "/tmp/nim-$NIM_VERSION/bin" >> $GITHUB_PATH
13+
env:
14+
NIM_VERSION: 2.2.4
1315
- uses: ankane/setup-postgres@v1
1416
with:
1517
database: pgvector_nim_test

0 commit comments

Comments
 (0)