Skip to content

Commit

Permalink
shoudl work?
Browse files Browse the repository at this point in the history
  • Loading branch information
alloncm committed Dec 21, 2024
1 parent 3bc19dd commit 24e7330
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
env:
CARGO_TERM_COLOR: always

concurrency:
cancel-in-progress: false

jobs:
build-and-test-all-targets:
strategy:
Expand Down
3 changes: 2 additions & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ try_install libsdl2-dev
]

[tasks.rpios]
install_crate = {crate_name = "cross", binary = "cross", test_arg = "-h", install_crate_args="--locked"}
install_crate = {crate_name = "cross", binary = "cross", test_arg = "-h"}
install_crate_args=["--locked", "--version", "0.2.5"]
command = "cross"
args = ["build", "--release", "--target", "armv7-unknown-linux-gnueabihf", "--bin", "rpios","--no-default-features", "--features", "os"]

Expand Down

0 comments on commit 24e7330

Please sign in to comment.