1
0
Fork 0
mirror of https://github.com/DarkMatterCore/nxdumptool.git synced 2024-09-16 20:13:25 +01:00

Silly permissions

This commit is contained in:
Pablo Curiel 2024-04-15 14:43:00 +02:00
parent bfe301ad25
commit 87daaf6a40

View file

@ -37,6 +37,9 @@ jobs:
run: |
echo "nxdt_commit=$(git rev-parse --short ${{ github.sha }})" >> $GITHUB_ENV
- name: Set workspace permissions
run: chmod 777 -R "$GITHUB_WORKSPACE"
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2