Skip to content

Commit

Permalink
Do not install docker-compose in release-debian CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
rzvoncek committed Aug 16, 2024
1 parent de3259d commit f4237a2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,11 +437,6 @@ jobs:
runs-on: ${{ matrix.os-version }}
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/1.25.0/docker compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker compose
sudo chmod +x /usr/local/bin/docker compose
sudo ln -s /usr/local/bin/docker compose /usr/bin/docker compose
- name: Build Debian
run: |
version=$(cat VERSION)
Expand Down

0 comments on commit f4237a2

Please sign in to comment.