mirror of
https://github.com/google/go-attestation.git
synced 2024-12-18 20:47:57 +00:00
ci: don't install OpenSSL 1.1 on macOS (#350)
GitHub actions runner macos-13 version 20230801.2 appears to include
this by default, causing a link failure.
da18545f2f
This commit is contained in:
parent
046550658b
commit
ab5dee2ae5
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -53,10 +53,6 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
# See https://github.com/google/go-tpm-tools#macos-dev
|
||||
- name: Install openssl
|
||||
run: brew install openssl@1.1
|
||||
- name: Link openssl
|
||||
run: sudo ln -s $(brew --prefix openssl@1.1)/include/openssl /usr/local/include
|
||||
- name: Test
|
||||
run: C_INCLUDE_PATH="$(brew --prefix openssl@1.1)/include" LIBRARY_PATH="$(brew --prefix openssl@1.1)/lib" go test ./...
|
||||
test-windows:
|
||||
|
Loading…
Reference in New Issue
Block a user