Skip to content

Commit

Permalink
add release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-sinina committed Dec 12, 2024
1 parent f2fce76 commit d6c3a25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ jobs:
steps:
- run: apt update
- name: install aux deps
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

- uses: actions/checkout@v4
with:
fetch-depth: 0

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

- name: Build package
run: make package
Expand Down

0 comments on commit d6c3a25

Please sign in to comment.