From 9d10469db168423743e41aa27add8cc92e6e1777 Mon Sep 17 00:00:00 2001 From: "Andres G. Aragoneses" Date: Thu, 16 May 2024 19:32:14 +0800 Subject: [PATCH] WIP: remove workaround that might not be needed anymore --- build/install-snapcraft.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/build/install-snapcraft.sh b/build/install-snapcraft.sh index 1193a5647..8b4a7d5d7 100755 --- a/build/install-snapcraft.sh +++ b/build/install-snapcraft.sh @@ -8,7 +8,4 @@ snap version # to use SNAPCRAFT_STORE_CREDENTIALS instead of --with when pushing sudo snap install --classic snapcraft -# workaround for GithubActionsCI+snapcraft, see https://forum.snapcraft.io/t/permissions-problem-using-snapcraft-in-azure-pipelines/13258/14?u=knocte -sudo chown root:root / - snapcraft --version