mirror of
https://github.com/zen-browser/desktop.git
synced 2026-02-04 02:54:40 +00:00
chore: Fix permission issue in alpha.yml workflow
This commit is contained in:
3
.github/workflows/alpha.yml
vendored
3
.github/workflows/alpha.yml
vendored
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user