mirror of
https://github.com/DarkMatterCore/nxdumptool.git
synced 2024-11-08 11:51:48 +00:00
Silly permissions
This commit is contained in:
parent
bfe301ad25
commit
87daaf6a40
1 changed files with 3 additions and 0 deletions
3
.github/workflows/rewrite.yml
vendored
3
.github/workflows/rewrite.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue