Skip to content

Commit

Permalink
Remove neon feature from publish job
Browse files Browse the repository at this point in the history
  • Loading branch information
HEnquist committed Aug 18, 2023
1 parent e3f07fa commit 05416a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
run: docker build -t cross/armv8:v1 --file Dockerfile_armv8 ./

- name: Build
run: cross build --release --target aarch64-unknown-linux-gnu --features neon
run: cross build --release --target aarch64-unknown-linux-gnu

- name: Compress
run: tar -zcvf camilladsp.tar.gz -C target/aarch64-unknown-linux-gnu/release camilladsp
Expand Down

0 comments on commit 05416a3

Please sign in to comment.