Silly permissions

This commit is contained in:
Pablo Curiel 2024-04-15 14:43:00 +02:00
parent bfe301ad25
commit 87daaf6a40
1 changed files with 3 additions and 0 deletions

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