Update main.yml
This commit is contained in:
parent
a8463b1e3c
commit
0d68d0275b
|
|
@ -43,6 +43,7 @@ jobs:
|
|||
mkdir releasefiles
|
||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||
choco install visualstudio2019buildtools visualstudio2019-workload-vctools
|
||||
echo "DOWNLOAD_ALL_ARCHITECTURES=" >> $GITHUB_ENV
|
||||
fi
|
||||
if [ "$RUNNER_OS" == "macOS" ]; then
|
||||
if [ "${CSC_LINK}" = "" ]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue