fix: 🐛 Change compilation target for Linux

This commit is contained in:
Atsukoro1 2022-12-05 20:40:44 +01:00
parent 04646be77a
commit 4f6e76fc54

View file

@ -14,7 +14,7 @@ jobs:
include: include:
- target: x86_64-pc-windows-gnu - target: x86_64-pc-windows-gnu
archive: zip archive: zip
- target: x86_64-unknown-linux-gnu - target: x86_64-unknown-linux-musl
archive: tar.gz archive: tar.gz
- target: x86_64-apple-darwin - target: x86_64-apple-darwin
archive: zip archive: zip