diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/main.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index c784cbbe..a1d4ff10 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -86,7 +86,7 @@ jobs: - name: Set permissions shell: bash run: | - chmod -R 777 extension/server/exe + chmod -R 777 ~/.continue/server/exe # Setup Node.js and install dependencies |