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 bdd985e commit 1994d8cCopy full SHA for 1994d8c
.github/workflows/build-test.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install dependencies
15
run: sudo apt update && sudo apt install -y libssl-dev
16
- name: Setup containers
17
- run: docker-compose -f "tests/docker-compose.yml" up -d --build
+ run: docker compose -f "tests/docker-compose.yml" up -d --build
18
- uses: actions-rs/toolchain@v1
19
with:
20
toolchain: stable
0 commit comments