Skip to content

Commit

Permalink
Added installation of missing github runner packages
Browse files Browse the repository at this point in the history
  • Loading branch information
GurliGebis committed Oct 15, 2024
1 parent fc51212 commit 5a24ab3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
- name: Clone repository
uses: actions/checkout@v4

- name: Install missing tools
run: |
sudo apt-get update
sudo apt-get install subversion
- name: Create Package
uses: BigWigsMods/packager@v2
env:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 11.0.2-20241015-1

* Added installation of missing github runner packages.

## 11.0.2-20241008-2

* Fix problem with call to HideWorldQuestsHeader.
Expand Down

0 comments on commit 5a24ab3

Please sign in to comment.