Skip to content

Commit

Permalink
Updated Nim on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Feb 17, 2024
1 parent 5fdc51f commit c8304d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
- uses: actions/checkout@v4
- run: |
cd /tmp
wget -q https://nim-lang.org/download/nim-2.0.0-linux_x64.tar.xz
tar xf nim-2.0.0-linux_x64.tar.xz
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
- uses: ankane/setup-postgres@v1
with:
database: pgvector_nim_test
Expand Down

0 comments on commit c8304d1

Please sign in to comment.