Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into wipe-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgunozerk authored Mar 27, 2023
2 parents 82e2da7 + 274a0c6 commit ec39b04
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,12 @@ jobs:
rustflags: ""
- os: windows-2022
target: x86_64-pc-windows-msvc
suffix: windows-x86_64-${{ github.ref_name }}
rustflags: ""
suffix: windows-x86_64-v2-${{ github.ref_name }}
rustflags: '-C target-cpu=x86-64-v2'
- os: windows-2022
target: x86_64-pc-windows-msvc
suffix: windows-x86_64-v3-${{ github.ref_name }}
rustflags: '-C target-cpu=x86-64-v3'

runs-on: ${{ matrix.build.os }}

Expand Down

0 comments on commit ec39b04

Please sign in to comment.