Skip to content

Commit 9971328

Browse files
haraldhclaude
andcommitted
fix(ci): install make in build container
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 27ec93b commit 9971328

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: Checkout repository
1818
uses: actions/checkout@v4
1919

20+
- name: Install make
21+
run: apt-get update && apt-get install -y make
22+
2023
- name: Generate developer key
2124
run: |
2225
openssl genrsa -out /tmp/developer_key.pem 4096

0 commit comments

Comments
 (0)