Skip to content

Commit dc595c4

Browse files
committed
fix ci: podman is installed and ci fails with mixed tools
force the use of docker
1 parent d04666f commit dc595c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/dev-setup.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
dev-setup:
1111
runs-on: ubuntu-latest
1212
timeout-minutes: 20
13+
env:
14+
ENGINE: docker
1315

1416
steps:
1517
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)