Skip to content

Commit

Permalink
Add meson build dependencies in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
d-k-bo committed Oct 20, 2023
1 parent 3e57b1e commit 8f14860
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install meson
run: pipx install meson
- name: Install meson & dependencies
run: sudo apt-get install -y meson gettext libglib2.0-bin libgtk-4-bin desktop-file-utils
- name: Create meson dist bundle
run: meson setup _build && meson dist -C _build --no-tests
- uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 8f14860

Please sign in to comment.