Skip to content

Commit

Permalink
Added trusting fingerprints of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ppeelen committed Sep 5, 2023
1 parent 8a915b0 commit 0e4895d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
name: Build and Test the app
runs-on: macos-13
steps:
- name: Trust fingerprint for packages
run: defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
- name: Checkout repo
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 0e4895d

Please sign in to comment.