Skip to content

Commit

Permalink
openssl already installed on runner
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Jun 5, 2024
1 parent 9b9e15a commit f04cbd9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,6 @@ jobs:
# https://github.com/google/go-tpm-tools#openssl-errors-when-building-simulator
run: choco install openssl
shell: bash
- name: Install OpenSSL on Macos
if: runner.os == 'macOS'
run: |
brew install openssl
- name: Lint
uses: golangci/golangci-lint-action@v3
- name: Test
Expand Down

0 comments on commit f04cbd9

Please sign in to comment.