From 73438855ebecd64d49e5d43957790189092481c4 Mon Sep 17 00:00:00 2001 From: Dean Ellis Date: Wed, 9 Oct 2024 21:16:33 +0100 Subject: [PATCH] Try setting permissions --- .github/workflows/main.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4102c751c06..505bd141816 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -231,10 +231,13 @@ jobs: path: tests-windowsdx if: runner.os == 'Windows' - - name: Install Tools - run: | - dotnet tool install --create-manifest-if-needed mgcb-basisu - dotnet tool install --create-manifest-if-needed mgcb-crunch + # - name: Install Tools + # run: | + # dotnet tool install --create-manifest-if-needed mgcb-basisu + # dotnet tool install --create-manifest-if-needed mgcb-crunch + - name: Set Permissions + run: chmod -R u+w tests-tools tests-desktopgl + if: runner.os != 'Windows' - name: Run Tools Tests run: dotnet test tests-tools/MonoGame.Tools.Tests.dll --blame-hang-timeout 1m --filter="TestCategory!=Effects"