Skip to content

Commit

Permalink
Download nim
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Oct 31, 2023
1 parent 7f4da95 commit 4d925c4
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ name: build
on: [push, pull_request]
jobs:
build:
# nim package not available on ubuntu-22.04
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: sudo apt-get update && sudo apt-get install nim
- run: |
cd /tmp
wget https://nim-lang.org/download/nim-2.0.0-linux_x64.tar.xz
tar xzf nim-2.0.0-linux_x64.tar.xz
echo "/tmp/nim-2.0.0/bin" >> $GITHUB_PATH
- uses: ankane/setup-postgres@v1
with:
database: pgvector_nim_test
Expand Down

0 comments on commit 4d925c4

Please sign in to comment.