Skip to content

Commit

Permalink
publish: fix prep - apt-get not needed on Windows
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
jqnatividad committed Sep 24, 2024
1 parent 7b9edaf commit 3f6888b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,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 3f6888b

Please sign in to comment.