Skip to content

Commit 6d97c3f

Browse files
authored
Update action.yml
1 parent 7386293 commit 6d97c3f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/build_linux/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,10 @@ runs:
4343
run: |
4444
case ${{ inputs.target }} in
4545
x86_64-unknown-linux-gnu)
46-
flags="-C target-feature=+sse4.2,+avx2"
46+
flags="-C target-feature=+sse4.2"
4747
;;
4848
x86_64-unknown-linux-musl)
49-
flags="-C target-feature=+sse4.2,+avx2"
49+
flags="-C target-feature=+sse4.2"
5050
;;
5151
aarch64-unknown-linux-gnu)
5252
flags=""

0 commit comments

Comments
 (0)