Skip to content

Commit 265a345

Browse files
committed
Capitalize environment variable
1 parent 6a05648 commit 265a345

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

github-action-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ EOL
102102
fi
103103

104104
# Install GPG on OSX/macOS
105-
if [ ${runner_os} = 'macOS' ]; then
105+
if [ ${RUNNER_OS} = 'macOS' ]; then
106106
HOMEBREW_NO_AUTO_UPDATE=1 brew install gnupg2
107107
fi
108108

0 commit comments

Comments
 (0)