Skip to content

Commit

Permalink
ci: env.sh: default to Zephyr 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerwhall committed Oct 7, 2024
1 parent be92007 commit e9a8bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

ZEPHYR_RUST="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )/.."
RUST_VERSION="$( rustc --version | awk '{print $2}' )"
ZEPHYR_VERSION=${ZEPHYR_VERSION:-2.4.0}
ZEPHYR_VERSION=${ZEPHYR_VERSION:-3.7.0}
# Set CONTAINER_REGISTRY to something like "zephyr-rust:" to use local images
CONTAINER_REGISTRY=${CONTAINER_REGISTRY:-ghcr.io/tylerwhall/zephyr-rust:zephyr-rust-}

Expand Down

0 comments on commit e9a8bad

Please sign in to comment.