Skip to content

Commit

Permalink
Try setting permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Oct 9, 2024
1 parent 9afd54e commit 7343885
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7343885

Please sign in to comment.