Skip to content

Commit

Permalink
fix: install missing build dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Nov 7, 2024
1 parent 53609e3 commit ee5902e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install libkrb5-dev
- name: Volta
uses: volta-cli/action@v4
- name: Install dependencies
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
with:
# get all tags for semantic release
fetch-depth: 0
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install libkrb5-dev
- name: Volta
uses: volta-cli/action@v4
- name: Install dependencies
Expand Down

0 comments on commit ee5902e

Please sign in to comment.