Skip to content

Commit

Permalink
Add x86_64-apple-darwin target in GitHub Actions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nullchinchilla committed Aug 12, 2024
1 parent 9551b5e commit 5b1ce4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
toolchain: stable
profile: minimal
default: true
- name: Enable x86
run: rustup target add x86_64-apple-darwin
- name: Build
run: cargo build --release --locked --target x86_64-apple-darwin
- name: Move built files
Expand Down

0 comments on commit 5b1ce4a

Please sign in to comment.