Skip to content

Commit

Permalink
Fix powerpc64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
thomcc committed May 5, 2024
1 parent caaca0f commit 5f1c886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- build: ppc64
os: ubuntu-latest
rust: stable
target: powerpc64-unknown-linux-gnuabi64
target: powerpc64-unknown-linux-gnu
# Requested by a user not sure if it adds anything we aren't already
# testing but it's easy enough so *shrug*.
- build: riscv
Expand Down

0 comments on commit 5f1c886

Please sign in to comment.