Skip to content

Commit 1994d8c

Browse files
committed
fix: ci
1 parent bdd985e commit 1994d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: sudo apt update && sudo apt install -y libssl-dev
1616
- name: Setup containers
17-
run: docker-compose -f "tests/docker-compose.yml" up -d --build
17+
run: docker compose -f "tests/docker-compose.yml" up -d --build
1818
- uses: actions-rs/toolchain@v1
1919
with:
2020
toolchain: stable

0 commit comments

Comments
 (0)