Skip to content

Commit d8178fa

Browse files
committed
CI: Removed persist-credentials: false from checkout action
For some reason, this causes the haxe LS download to fail. We might want to investigate this in the future
1 parent 7067963 commit d8178fa

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
python-version: ["3.11"]
2222
steps:
2323
- uses: actions/checkout@v4
24-
with:
25-
persist-credentials: false
2624
- name: Free disk space
2725
if: runner.os == 'Linux'
2826
run: |

0 commit comments

Comments
 (0)