Skip to content

Commit

Permalink
test2
Browse files Browse the repository at this point in the history
  • Loading branch information
PoulavBhowmick03 committed Mar 1, 2025
1 parent 4dbdf20 commit 75544a9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,20 @@ jobs:
if ! command -v snforge &> /dev/null; then
cargo install --locked --git https://github.com/foundry-rs/starknet-foundry \
--tag v0.33.0 \
--package snforge \
--bin snforge \
--features=rust-serde
fi
echo "Installed snforge version: $(snforge --version)"
env:
CARGO_INCREMENTAL: 0
CARGO_PROFILE_DEV_DEBUG: 0
CARGO_TERM_COLOR: always
RUST_BACKTRACE: short
RUSTFLAGS: -D warnings
CARGO_UNSTABLE_SPARSE_REGISTRY: true
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse

- name: Install Universal Sierra Compiler
run: curl -L https://raw.githubusercontent.com/software-mansion/universal-sierra-compiler/master/scripts/install.sh | sh

Expand Down

0 comments on commit 75544a9

Please sign in to comment.