File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ inputs:
129
129
required : false
130
130
default : ' '
131
131
cvmfs_http_proxy :
132
- description : ' Chain of HTTP proxy groups used by CernVM-FS. Necessary.Set to DIRECT if you don’t use proxies .'
132
+ description : ' Chain of HTTP proxy groups used by CernVM-FS. Defaults to DIRECT.'
133
133
required : false
134
- default : ' '
134
+ default : ' DIRECT '
135
135
cvmfs_ignore_signature :
136
136
description : ' When set to yes, don’t verify CernVM-FS file catalog signatures.'
137
137
required : false
Original file line number Diff line number Diff line change @@ -44,10 +44,6 @@ elif [ "$(uname)" == "Darwin" ]; then
44
44
# Warn about the phasing out of MacOS support for this action
45
45
echo " ::error::The CernVM-FS GitHub Action's support for MacOS has been \
46
46
phased out with macos-10.15."
47
- # Temporary fix for macOS until cvmfs 2.8 is released
48
- if [ -z " ${CVMFS_HTTP_PROXY} " ]; then
49
- export CVMFS_HTTP_PROXY=' DIRECT'
50
- fi
51
47
brew install --cask macfuse
52
48
curl -L -o cvmfs-latest.pkg ${CVMFS_MACOS_PKG_LOCATION}
53
49
sudo installer -package cvmfs-latest.pkg -target /
You can’t perform that action at this time.
0 commit comments