Skip to content

Commit

Permalink
Merge pull request #175 from ecmwf-actions/compile
Browse files Browse the repository at this point in the history
Compile the action
  • Loading branch information
figi44 committed Nov 7, 2023
2 parents cdc0e32 + ea03c18 commit 459f98a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions src/env-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ export const setupEnv = async (

if (isError(exitCode, "Homebrew command failed")) return env;

if (isError(!output, "Homebrew OpenSSL prefix not found"))
return env;
if (isError(!output, "Homebrew OpenSSL prefix not found")) return env;

const openSslDir = output.replace(/\n$/, "");

Expand Down

0 comments on commit 459f98a

Please sign in to comment.