mirror of
https://github.com/Atsukoro1/ponyfetch.git
synced 2024-11-23 12:47:59 +01:00
fix: 🐛 Change compilation target for Linux
This commit is contained in:
parent
04646be77a
commit
4f6e76fc54
1 changed files with 1 additions and 1 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
include:
|
||||
- target: x86_64-pc-windows-gnu
|
||||
archive: zip
|
||||
- target: x86_64-unknown-linux-gnu
|
||||
- target: x86_64-unknown-linux-musl
|
||||
archive: tar.gz
|
||||
- target: x86_64-apple-darwin
|
||||
archive: zip
|
||||
|
|
Loading…
Reference in a new issue