Skip to content

Commit

Permalink
try to use already installed open ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Pickett committed Jun 5, 2024
1 parent 71fb6b0 commit 7ba674d
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,6 @@ jobs:
with:
go-version: ${{ matrix.go }}
cache: true
- name: Install OpenSSL on Windows
if: runner.os == 'Windows'
# this is required to be able to run the TPM simulator on Windows
# https://github.com/google/go-tpm-tools#openssl-errors-when-building-simulator
run: choco install openssl
shell: bash
- name: Lint
uses: golangci/golangci-lint-action@v3
- name: Test
Expand Down

0 comments on commit 7ba674d

Please sign in to comment.