Skip to content

Commit

Permalink
Update release-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t authored Nov 5, 2024
1 parent 3d5db99 commit 26bbc1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
if: matrix.config.os == 'ubuntu-latest'
run: sudo snap install snapcraft --classic

- name: Install libudev on Linux
if: matrix.config.os == 'ubuntu-latest'
run: sudo apt-get install -y libudev-dev

- name: Install the Apple certificate and provisioning profile
if: matrix.config.os == 'macos-latest'
env:
Expand Down

0 comments on commit 26bbc1d

Please sign in to comment.