chore: Fix permission issue in alpha.yml workflow

This commit is contained in:
mauro 🤙
2024-05-09 19:11:11 +00:00
parent 855014a461
commit 2688661ccf

View File

@@ -251,7 +251,8 @@ jobs:
echo Setup Visual Studio
sudo apt install -y msitools python3-pip
./mach python --virtualenv build taskcluster/scripts/misc/get_vs.py build/vs/vs2019.yaml ~/win-cross/vs2019
chmod -R +x "$(echo ~)/win-cross/vs2019"
chmod -R +x "$(echo ~)/win-cross/vs2019" || true
cat ../.github/src/windows_mozconfig >> mozconfig