Skip to content

Commit

Permalink
ci: fix cross
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Jul 30, 2022
1 parent 09427c2 commit e207e26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
target: x86_64-pc-windows-gnu
release_name: x86_64-windows.exe
postfix: ".exe"
extra_args: "--no-default-features --features no-color monolith"
extra_args: "--no-default-features --features no-color,monolith"
cross: true

- os: ubuntu-latest
target: i686-pc-windows-gnu
release_name: i686-windows.exe
postfix: ".exe"
extra_args: "--no-default-features --features no-color monolith"
extra_args: "--no-default-features --features no-color,monolith"
cross: true

- os: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
target: x86_64-pc-windows-gnu
release_name: x86_64-windows.exe
postfix: ".exe"
extra_args: "--no-default-features --features no-color monolith"
extra_args: "--no-default-features --features no-color,monolith"
cross: true

- os: ubuntu-latest
target: i686-pc-windows-gnu
release_name: i686-windows.exe
postfix: ".exe"
extra_args: "--no-default-features --features no-color monolith"
extra_args: "--no-default-features --features no-color,monolith"
cross: true

- os: ubuntu-latest
Expand Down

0 comments on commit e207e26

Please sign in to comment.