Skip to content

Commit

Permalink
rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
Steamo committed Mar 31, 2024
1 parent 8b0bcc4 commit 1b9b07c
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/nuitka-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,6 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Setup MSYS2 and Install GCC 13.2.0
uses: msys2/setup-msys2@v2
with:
update: true
install: >-
base-devel
gcc
mingw-w64-x86_64-gcc
- name: Verify GCC Version
run: gcc --version
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand All @@ -29,7 +19,7 @@ jobs:
- name: Install Nuitka and dependencies
run: pip install -U nuitka==1.9.4 requests
- name: Compile Python script to EXE
run: python -m nuitka --mingw64 --assume-yes-for-downloads --standalone --onefile --include-package=urllib3 --include-package=requests --include-data-dir=core=./core --include-data-dir=debug=./debug --include-data-dir=loader=./loader steamodded_injector.py
run: python -m nuitka --assume-yes-for-downloads --standalone --onefile --include-package=urllib3 --include-package=requests --include-data-dir=core=./core --include-data-dir=debug=./debug --include-data-dir=loader=./loader steamodded_injector.py
- name: Upload EXE to Artifacts
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 1b9b07c

Please sign in to comment.