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 e1bb513 commit 9d7dffaCopy full SHA for 9d7dffa
.github/workflows/build.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- uses: actions/checkout@v4
8
- - run: sudo apt update && sudo apt install dub ldc
+ - run: sudo apt-get update && sudo apt-get install dub ldc
9
- uses: ankane/setup-postgres@v1
10
with:
11
database: pgvector_d_test
0 commit comments