Skip to content

Commit

Permalink
Merge pull request #176 from ecmwf-actions/fix-openssl
Browse files Browse the repository at this point in the history
Fix openssl
  • Loading branch information
iainrussell committed Nov 8, 2023
2 parents 459f98a + 5d3d382 commit ea19bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/env-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const setupEnv = async (
core.info(`==> CMake version: ${env.CMAKE_VERSION}`);

// On macOS, linking against system OpenSSL library is not permitted.
// Instead, we link against Homebrew version. Here we prepare necessary environment variables.
// Instead, we link against the Homebrew version. Here we prepare necessary environment variables.
if (/^macos-/.test(os)) {
output = "";
exitCode = await exec.exec(
Expand Down

0 comments on commit ea19bd5

Please sign in to comment.