Skip to content

Commit

Permalink
Merge pull request OpenIPC#40 from henkwiedig/fix-actions
Browse files Browse the repository at this point in the history
add libcairo-dev to build env
  • Loading branch information
henkwiedig authored Dec 16, 2024
2 parents 9016d39 + f06f769 commit 59b9fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Build
run: |
sudo apt-get update
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC sudo apt-get -y install git make wget gcc libevent-dev libcsfml-dev file g++ cpio unzip rsync bc bzip2
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC sudo apt-get -y install git make wget gcc libevent-dev libcsfml-dev file g++ cpio unzip rsync bc bzip2 libcairo-dev
./build.sh goke
./build.sh hisi
./build.sh star6b0
Expand Down

0 comments on commit 59b9fc1

Please sign in to comment.