We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fce76 commit d6c3a25Copy full SHA for d6c3a25
.github/workflows/release.yml
@@ -12,14 +12,14 @@ jobs:
12
steps:
13
- run: apt update
14
- name: install aux deps
15
- run: apt -y --no-install-recommends install git ca-certificates curl gnupg ruby gpg gpg-agent
+ run: apt -y --no-install-recommends install git ca-certificates curl gnupg ruby gpg gpg-agent make
16
17
- uses: actions/checkout@v4
18
with:
19
fetch-depth: 0
20
21
- - name: set git safe directory
22
- run: git config --global --add safe.directory '*'
+ - name: install build-deps
+ run: apt -y --no-install-recommends build-dep .
23
24
- name: Build package
25
run: make package
0 commit comments