From 2688661ccf8208bf47400f640bebc8e27a964e46 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Thu, 9 May 2024 19:11:11 +0000 Subject: [PATCH] chore: Fix permission issue in alpha.yml workflow --- .github/workflows/alpha.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index fc30588d7..893f3e1e2 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -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