Skip to content

Commit

Permalink
Fix addon checker (#1179)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister authored May 27, 2024
1 parent 2fca4d3 commit dac74f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/addon-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
sudo apt-get install xmlstarlet
python -m pip install --upgrade pip
pip install git+https://github.com/xbmc/addon-check.git@refs/pull/271/head
pip install git+https://github.com/xbmc/addon-check.git
- name: Remove unwanted files
run: awk '/export-ignore/ { print $1 }' .gitattributes | xargs rm -rf --
working-directory: ${{ github.repository }}
Expand Down

0 comments on commit dac74f5

Please sign in to comment.