Skip to content

Commit 9d7dffa

Browse files
committed
Switched to apt-get on CI
1 parent e1bb513 commit 9d7dffa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v4
8-
- run: sudo apt update && sudo apt install dub ldc
8+
- run: sudo apt-get update && sudo apt-get install dub ldc
99
- uses: ankane/setup-postgres@v1
1010
with:
1111
database: pgvector_d_test

0 commit comments

Comments
 (0)