Skip to content

Commit 82d97b0

Browse files
author
lipeng hao
committed
fix: change make build to make all in workflows
1 parent f58316a commit 82d97b0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
make git clang llvm pkg-config build-essential
2525
2626
- name: build package
27-
run: make build
27+
run: make all
2828

2929
# setup Docker buld action
3030
- name: Set up Docker Buildx

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
make git clang llvm pkg-config build-essential
5858
5959
- name: build package
60-
run: make build
60+
run: make all
6161

6262
- name: Publish
6363
if: github.event_name == 'push' && github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)