Skip to content

Commit

Permalink
chore: fix for keychain path in workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs committed Jun 21, 2024
1 parent 188ee7f commit 51059a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Copy mock keychain
if: matrix.binary_target == 'x86_64-apple-darwin'
run: |
cp tests/fixtures/migrate/sos-mock.keychain-db $HOME/Library/Keychains/
cp fixtures/migrate/sos-mock.keychain-db $HOME/Library/Keychains/
security list-keychains -s $HOME/Library/Keychains/sos-mock.keychain-db
security list-keychains
Expand Down

0 comments on commit 51059a7

Please sign in to comment.