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 ac8fbcf commit cabf0e3Copy full SHA for cabf0e3
.github/workflows/coverage.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Install dependencies
15
run: sudo apt update && sudo apt install -y libssh2-1-dev 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
- name: Setup nightly toolchain
19
uses: actions-rs/toolchain@v1
20
with:
0 commit comments