Skip to content

Commit

Permalink
.NET CI: Fix missing python lib
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Apr 2, 2024
1 parent a3437f8 commit c42e83b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:

- name: Compress release
run: |
pip install -r ${{github.workspace}}/csharp-api/requirements.txt
python ${{github.workspace}}/csharp-api/make_symlinks.py --gamedir="${{github.workspace}}/csharp-api" --just_copy=True
7z a ${{github.workspace}}/${{matrix.target}}.zip ${{github.workspace}}/csharp-api/reframework
Expand Down
1 change: 1 addition & 0 deletions csharp-api/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fire

0 comments on commit c42e83b

Please sign in to comment.