Skip to content

Commit

Permalink
Merge pull request #40 from heiher/master
Browse files Browse the repository at this point in the history
  • Loading branch information
Amanieu authored Nov 12, 2024
2 parents 71d1514 + a77da0f commit d88e2bd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
riscv64gc-unknown-linux-gnu,
i686-pc-windows-gnu,
i686-pc-windows-msvc,
loongarch64-unknown-linux-gnu,
]
channel: [stable, nightly]
include:
Expand Down Expand Up @@ -76,3 +77,5 @@ jobs:
os: windows-latest
- target: i686-pc-windows-gnu
os: windows-latest
- target: loongarch64-unknown-linux-gnu
os: ubuntu-latest
2 changes: 1 addition & 1 deletion ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "${CROSS}" = "1" ]; then
export CARGO_NET_RETRY=5
export CARGO_NET_TIMEOUT=10

cargo install cross
cargo install cross --git https://github.com/cross-rs/cross --rev 4090beca3cfffa44371a5bba524de3a578aa46c3
CARGO=cross
fi

Expand Down

0 comments on commit d88e2bd

Please sign in to comment.