Skip to content

Commit

Permalink
try macos again
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Jun 5, 2024
1 parent d9a8aad commit 9b9e15a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ 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 Expand Up @@ -99,10 +103,6 @@ jobs:
# https://github.com/google/go-tpm-tools#openssl-errors-when-building-simulator
run: choco install openssl
shell: bash
- name: Install Mac packages
if: runner.os == 'macOS'
run: |
brew install openssl
- name: Install Libsodium on Windows
if: runner.os == 'Windows'
# this is a dependency of the ruby rbnacl library
Expand Down

0 comments on commit 9b9e15a

Please sign in to comment.