Skip to content

Commit d6c3a25

Browse files
committed
add release workflow
1 parent f2fce76 commit d6c3a25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
steps:
1313
- run: apt update
1414
- name: install aux deps
15-
run: apt -y --no-install-recommends install git ca-certificates curl gnupg ruby gpg gpg-agent
15+
run: apt -y --no-install-recommends install git ca-certificates curl gnupg ruby gpg gpg-agent make
1616

1717
- uses: actions/checkout@v4
1818
with:
1919
fetch-depth: 0
2020

21-
- name: set git safe directory
22-
run: git config --global --add safe.directory '*'
21+
- name: install build-deps
22+
run: apt -y --no-install-recommends build-dep .
2323

2424
- name: Build package
2525
run: make package

0 commit comments

Comments
 (0)