Skip to content

Commit

Permalink
Fix tests: ensure gpg dir creation
Browse files Browse the repository at this point in the history
  • Loading branch information
GreyCat committed Sep 11, 2024
1 parent 23963a9 commit 8a0831f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ jobs:
packages: all_pkgs/kaitai-struct-compiler_0.7_all.deb
- name: Prepare gpg pub key in file
run: |
mkdir -p gpg
echo "${{ secrets.TEST_GPG_PUB_KEY }}" >gpg/repo-pubkey.asc
- name: Test install 0.7
run: |
Expand Down

0 comments on commit 8a0831f

Please sign in to comment.