Skip to content

Commit

Permalink
PWD safe
Browse files Browse the repository at this point in the history
  • Loading branch information
krystophny committed Jan 19, 2025
1 parent 2ee325c commit 97da89e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Fix permissions
run: |
git config --global --add safe.directory `pwd`
- name: Build
run: |
make
Expand Down

0 comments on commit 97da89e

Please sign in to comment.