Skip to content

Commit

Permalink
fix: another commiter, another try to fix CI
Browse files Browse the repository at this point in the history
Panakotta00 committed Oct 15, 2024
1 parent 4f50eda commit 4a612ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
runs-on: Windows2019-selfhosted
steps:
- name: Pre Cleanup
run: Remove-Item C:\Jenkins\actions-runner\_work\FicsIt-Networks\FicsIt-Networks\* -Recurse -Force -Confirm:$false -ErrorAction Ignore
run: Remove-Item ${{ github.workspace }}\* -Recurse -Force -Confirm:$false -ErrorAction Ignore
- uses: actions/checkout@v4
with:
repository: satisfactorymodding/SatisfactoryModLoader

0 comments on commit 4a612ec

Please sign in to comment.