Skip to content
This repository was archived by the owner on Nov 15, 2024. It is now read-only.

Commit 71bda26

Browse files
authored
CI: Cargo lock file update (#355)
ci
1 parent 3e7bc2c commit 71bda26

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@master
1414

15+
- name: Set up Rust
16+
uses: actions-rs/toolchain@v1
17+
with:
18+
profile: minimal
19+
toolchain: stable
20+
1521
- name: Compile with Docker
1622
run: |
1723
# build wasm files

scripts/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if [ "${CI:-}" = "true" ]; then
77
sed -i "s/^version = .*/version = \"$VERSION\"/" contracts/account-history-contract/Cargo.toml
88
sed -i "s/^version = .*/version = \"$VERSION\"/" contracts/trade-shield-contract/Cargo.toml
99
sed -i "s/^version = .*/version = \"$VERSION\"/" contracts/financial-snapshot-contract/Cargo.toml
10+
cargo update
1011
fi
1112

1213
docker run --rm -v "$(pwd)":/code \

0 commit comments

Comments
 (0)