Skip to content

Commit 4f2034e

Browse files
committed
gh action install crossdb
Signed-off-by: George Lemon <[email protected]>
1 parent 48d45a5 commit 4f2034e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ jobs:
2525
with:
2626
nim-version: ${{ matrix.nim-version }}
2727
repo-token: ${{ secrets.GITHUB_TOKEN }}
28+
- run: |
29+
git clone https://github.com/crossdb-org/crossdb.git
30+
cd crossdb && make build
31+
sudo make install
2832
- run: nimble install -Y
2933
- run: nim c -r src/crossdb.nim
3034
- run: nimble test

0 commit comments

Comments
 (0)