Skip to content

Commit

Permalink
Merge pull request #372 from anxdpanic/pr_isengard
Browse files Browse the repository at this point in the history
apt update in workflows
  • Loading branch information
anxdpanic authored Dec 8, 2022
2 parents faa15bc + f1d0b0f commit af94673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/make-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libxml2-utils xmlstarlet zip
- name: Get Changelog
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/submit-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install libxml2-utils xmlstarlet
python -m pip install --upgrade pip
python -m pip install git+https://github.com/romanvm/kodi-addon-submitter.git
Expand Down

0 comments on commit af94673

Please sign in to comment.