Skip to content

Commit

Permalink
fix(CI): downgrade podman-compose to compensate for a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Jul 1, 2024
1 parent 4246fd4 commit d17568c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up the environment
run: |
cp .env.example .env
pip3 install podman-compose
pip3 install podman-compose==1.0.6
- name: Build using podman-compose
run: podman-compose build
- name: Build using docker-compose
Expand Down

0 comments on commit d17568c

Please sign in to comment.