Skip to content

Commit

Permalink
ci: remove protoc dependency from release builds
Browse files Browse the repository at this point in the history
See 2917acb (#165)

Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
  • Loading branch information
bajtos committed May 18, 2023
1 parent 03df41d commit 6069756
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,11 +86,6 @@ jobs:
security set-key-partition-list -S apple-tool:,apple:,codesign: -s -k "$LOCAL_KEYCHAIN_PASSWORD" build.keychain
security list-keychain -d user -s build.keychain
- name: Setup | Install Protoc
uses: arduino/setup-protoc@ab6203da1c3118e4406048171b09238ad31ad73e # latest
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Setup | Checkout
uses: actions/checkout@v3

Expand Down

0 comments on commit 6069756

Please sign in to comment.