Skip to content

Commit

Permalink
Adding battle game contract (#491)
Browse files Browse the repository at this point in the history
  • Loading branch information
MedovTimur authored Oct 24, 2024
1 parent 5adf0b7 commit 9ea0a92
Show file tree
Hide file tree
Showing 26 changed files with 2,815 additions and 133 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/contracts-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
with:
toolchain: stable
targets: wasm32-unknown-unknown

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Prepare Gear Binary
run: |
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

env:
CARGO_TERM_COLOR: always
DEFAULT_TOOLCHAIN: 1.78.0
DEFAULT_TOOLCHAIN: 1.82.0

defaults:
run:
Expand All @@ -30,6 +30,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Install rust-src component
run: rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu

- name: Build
run: 'cargo build --release --workspace;'

Expand Down
Loading

0 comments on commit 9ea0a92

Please sign in to comment.