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

Commit

Permalink
chore: update release action target (#394)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Paitrault <simon.paitrault@gmail.com>
  • Loading branch information
Freyskeyd authored Dec 5, 2023
1 parent 9f48dc8 commit f0f28c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
include:
- build: stable-x86
rust: stable
target: i686-unknown-linux-gnu
target: x86_64-unknown-linux-gnu
- build: stable-aarch64
rust: stable
target: aarch64-unknown-linux-gnu
Expand Down

0 comments on commit f0f28c3

Please sign in to comment.