Skip to content

Commit

Permalink
ci: use non-interactive docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Oct 8, 2024
1 parent f46c752 commit 41b173d
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 @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: |
docker run -v $(pwd):/mnt --rm -it ghcr.io/flathub/flatpak-builder-lint:latest manifest /mnt/build-aux/io.github.finefindus.Hieroglyphic.json
docker run -v $(pwd):/mnt --rm -t ghcr.io/flathub/flatpak-builder-lint:latest manifest /mnt/build-aux/io.github.finefindus.Hieroglyphic.json
flatpak:
name: Flatpak
Expand Down

0 comments on commit 41b173d

Please sign in to comment.