Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kryptokrona/aesir-wallet
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Nov 5, 2024
2 parents a454df5 + 26bbc1d commit 23b39ad
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 23b39ad

Please sign in to comment.