Skip to content

Commit

Permalink
Update rust targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed May 14, 2024
1 parent c36ccb1 commit 00fd648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/alpha-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ jobs:
- name: "Apple silicon target"
if: matrix.NAME == 'mac'
run: |
rustup target add aarch64-apple-darwin
rustup target add aarch64-apple-darwin
rustup target add x86_64-apple-darwin
- name: Install webkit2gtk (ubuntu only)
if: matrix.NAME == 'linux'
Expand Down

0 comments on commit 00fd648

Please sign in to comment.