Skip to content

Commit

Permalink
Merge pull request #4321 from uklotzde/github-pre-commit
Browse files Browse the repository at this point in the history
GitHub CI: Fix pre-commit
  • Loading branch information
Holzhaus authored Sep 23, 2021
2 parents 006fc86 + bff6a40 commit 5ed5164
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
# The Dockerfile for this container can be found at:
# https://github.com/Holzhaus/mixxx-ci-docker
container: holzhaus/mixxx-ci:20210526
container: holzhaus/mixxx-ci:20210923
steps:
- name: "Check out repository"
uses: actions/checkout@v2
Expand Down Expand Up @@ -51,9 +51,6 @@ jobs:
name: ${{ env.UPLOAD_PATCH_FILE }}
path: ${{ env.UPLOAD_PATCH_FILE }}

- name: "Install appstreamcli"
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends appstream

# AppStream metadata has been generated/updated by a pre-commit hook
- name: "Validate AppStream metadata"
run: appstreamcli validate res/linux/org.mixxx.Mixxx.metainfo.xml

0 comments on commit 5ed5164

Please sign in to comment.