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 5fdc51f commit c8304d1Copy full SHA for c8304d1
.github/workflows/build.yml
@@ -7,9 +7,9 @@ jobs:
7
- uses: actions/checkout@v4
8
- run: |
9
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
+ wget -q https://nim-lang.org/download/nim-2.0.2-linux_x64.tar.xz
+ tar xf nim-2.0.2-linux_x64.tar.xz
+ echo "/tmp/nim-2.0.2/bin" >> $GITHUB_PATH
13
- uses: ankane/setup-postgres@v1
14
with:
15
database: pgvector_nim_test
0 commit comments