From c197df7df4045abdc2d4e8077781249dd83dbdd1 Mon Sep 17 00:00:00 2001 From: Matteo Bigoi Date: Sun, 22 Nov 2020 17:16:40 +0000 Subject: Handle more precise SFTP error codes (#203) * Handle more precise SFTP error codes * Allow set-env in macos github action * Bump to 0.9 since the Error interface has changed, hence this is a breaking change --- .github/workflows/macos.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github/workflows/macos.yml') diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 186b553..849ef70 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -24,6 +24,8 @@ jobs: toolchain: stable override: true - name: Export OpenSSL environment variables + env: + ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true' run: | echo "::set-env name=OPENSSL_INCLUDE_DIR::$(brew --prefix openssl)/include" echo "::set-env name=OPENSSL_LIB_DIR::$(brew --prefix openssl)/lib" -- cgit v1.2.3