Skip to content

Commit

Permalink
Update package list before install of wine #2975 (#2976)
Browse files Browse the repository at this point in the history
* Update package list before install of wine #2975

* Update CHANGELOG.md #2975

* Update .github/workflows/release_gh_pages.yml

Co-authored-by: MW-Friedrich <[email protected]>

Co-authored-by: MW-Friedrich <[email protected]>
  • Loading branch information
jannikr and friedrich-roskosch-mw authored Aug 10, 2022
1 parent 25ea08e commit b5dc0ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_gh_pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@ jobs:
node-version: '16'

- name: Install wine
run: sudo apt-get install -y wine-stable
run: |
sudo apt-get update
sudo apt-get install -y wine-stable
- name: Install zip
run: sudo apt-get install -y zip
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

## [unreleased] (Added 🚀 | Changed | Removed 🗑 | Fixed 🐞 | Chore 👨‍💻 👩‍💻)

### Fixed 🐞

- Update Ubuntu images package list as part of the wine action [#2976](https://github.com/MaibornWolff/codecharta/pull/2976)

## [1.103.2] - 2022-08-10

### Fixed 🐞
Expand Down

0 comments on commit b5dc0ac

Please sign in to comment.