Skip to content

Commit

Permalink
Fix[ci]: enable symlinks
Browse files Browse the repository at this point in the history
I keep forgetting...
  • Loading branch information
artdeell authored Nov 27, 2023
1 parent 7ecbd00 commit 2ca3b7a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ jobs:

runs-on: ubuntu-latest

steps:
- name: Disable symlinks in git config
run: git config --global core.symlinks false

steps:
- uses: actions/checkout@v2

- name: Build
Expand Down

0 comments on commit 2ca3b7a

Please sign in to comment.