Skip to content

Commit

Permalink
update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
keengo99 committed Dec 5, 2024
1 parent 69ff25a commit 1699112
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/kangle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: prepare
run: apt -y install g++ liburing-dev libjemalloc-dev libz-dev libpcre3-dev libbrotli-dev libssl-dev cmake libsqlite3-dev
- name: submodule
run: git submodule init && git submodule update
- name: cmake
run: mkdir build && cd build && cmake ..
- name: make
Expand Down

0 comments on commit 1699112

Please sign in to comment.