Skip to content

Commit

Permalink
Adding cc libraries
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Demetz <[email protected]>
  • Loading branch information
Benji377 authored Oct 19, 2024
1 parent 320315d commit 733ca8d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,17 +87,18 @@ jobs:
- name: Install cross-compile dependencies
uses: ryankurte/[email protected]
with:
arch: ${{ matrix.pkg_arch }}
packages: "libssl-dev:${{ matrix.pkg_arch }}"
arch: ${{ matrix.pkg_arch }}
packages: |
libssl-dev:${{ matrix.pkg_arch }}
libx11-dev:${{ matrix.pkg_arch }}
libxi-dev:${{ matrix.pkg_arch }}
libxtst-dev:${{ matrix.pkg_arch }}
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
pkg-config \
libx11-dev \
libxi-dev \
libxtst-dev \
build-essential \
curl \
libssl-dev \
Expand Down

0 comments on commit 733ca8d

Please sign in to comment.