Skip to content

Commit

Permalink
Fix ci failed issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sepfy committed Jul 28, 2024
1 parent d320271 commit eaa9e63
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/pear-ci.yml → .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: pear-ci
name: build

on: [push]

Expand All @@ -14,16 +14,7 @@ jobs:
- name: install
run: >
sudo apt-get update && sudo apt-get --no-install-recommends -y install
libglib2.0-dev
cmake
ninja-build
libssl-dev
- name: python
run: >
sudo pip3 install meson
- name: deps
run: >
./build-third-party.sh
- name: build
run: >
mkdir cmake ;
Expand Down

0 comments on commit eaa9e63

Please sign in to comment.