Skip to content

Commit

Permalink
workflows: revert compilers on Windowsa and Linux nuitka builds
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Oct 12, 2024
1 parent 773e1d1 commit a47f3d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job_nuitka-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: >-
python -m nuitka
--assume-yes-for-downloads
--clang
--lto=no
--jobs=4
--static-libpython=no
Expand Down Expand Up @@ -69,3 +68,4 @@ jobs:
with:
name: Rare-portable-linux-${{ inputs.version }}.zip
path: Rare.zip

3 changes: 2 additions & 1 deletion .github/workflows/job_nuitka-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: >-
python -m nuitka
--assume-yes-for-downloads
--mingw64
--msvc=latest
--lto=no
--jobs=4
--static-libpython=no
Expand Down Expand Up @@ -69,3 +69,4 @@ jobs:
with:
name: Rare-portable-windows-${{ inputs.version }}.zip
path: Rare.zip

0 comments on commit a47f3d6

Please sign in to comment.