Skip to content

Commit

Permalink
build arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
bitxeno committed Jul 13, 2023
1 parent c84dd67 commit fd6f72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
arch: ${{ matrix.target.arch }}
- name: Install build requirements
run: |
sudo apt-get install -y pkg-config libssl-dev:arm64 libudev-dev:arm64 udev:arm64 libavahi-client-dev:arm64 checkinstall
sudo apt-get install -y pkg-config:arm64 libssl-dev:arm64 libudev-dev:arm64 udev:arm64 libavahi-client-dev:arm64 checkinstall
- name: Build dependencies
run: |
mkdir build
Expand Down

0 comments on commit fd6f72e

Please sign in to comment.