Skip to content

Commit

Permalink
nightly: Add the loongaarch64-unkown-linux-gnu target
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás González <[email protected]>
  • Loading branch information
tgonzalezorlandoarm authored and gowthamsk-arm committed Nov 20, 2023
1 parent f01a1a2 commit 6b81342
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
rustup target add x86_64-apple-darwin &&
rustup target add aarch64-apple-darwin &&
rustup target add x86_64-unknown-freebsd
rustup target add loongarch64-unknown-linux-gnu
- name: Test script
env:
Expand Down

0 comments on commit 6b81342

Please sign in to comment.