Skip to content

Commit c8304d1

Browse files
committed
Updated Nim on CI
1 parent 5fdc51f commit c8304d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ jobs:
77
- uses: actions/checkout@v4
88
- run: |
99
cd /tmp
10-
wget -q https://nim-lang.org/download/nim-2.0.0-linux_x64.tar.xz
11-
tar xf nim-2.0.0-linux_x64.tar.xz
12-
echo "/tmp/nim-2.0.0/bin" >> $GITHUB_PATH
10+
wget -q https://nim-lang.org/download/nim-2.0.2-linux_x64.tar.xz
11+
tar xf nim-2.0.2-linux_x64.tar.xz
12+
echo "/tmp/nim-2.0.2/bin" >> $GITHUB_PATH
1313
- uses: ankane/setup-postgres@v1
1414
with:
1515
database: pgvector_nim_test

0 commit comments

Comments
 (0)