Skip to content

Commit

Permalink
publish: tweak portable and qsvpy workflows to only run apt-get on …
Browse files Browse the repository at this point in the history
…Linux envs

[skip ci]
  • Loading branch information
jqnatividad committed Sep 24, 2024
1 parent 6ac7053 commit 8ded63a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish-portable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
sudo apt-get install musl-tools musl-dev
sudo ln -s /usr/bin/g++ /usr/bin/musl-g++
- name: apt-get update Ubuntu, libwayland-dev
if: ${{ matrix.job.os-name == 'linux' }}
run: |
sudo apt-get update
sudo apt-get install libwayland-dev
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish-qsvpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
with:
ref: ${{ needs.analyze-tags.outputs.previous-tag }}
- name: apt-get update Ubuntu, libwayland-dev
if: ${{ matrix.job.os-name == 'linux' }}
run: |
sudo apt-get update
sudo apt-get install libwayland-dev
Expand Down

0 comments on commit 8ded63a

Please sign in to comment.