Skip to content

Commit 56092a2

Browse files
kkaeferclaude
andcommitted
Install gnupg package for Codecov GPG signature verification
- Add gnupg to package installation in Coverage job - Fixes "gpg: not found" error during Codecov action execution - Enables proper signature verification for security 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 35f302c commit 56092a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Install dependencies
9494
run: |
95-
apt-get install -y cmake ninja-build g++ xorg-dev lcov
95+
apt-get install -y cmake ninja-build g++ xorg-dev lcov gnupg
9696
g++ --version
9797
cmake --version
9898
ninja --version

0 commit comments

Comments
 (0)