Skip to content

Commit

Permalink
Merge branch 'gear-foundation:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
Madib036 authored Feb 17, 2024
2 parents 2a5bcdd + c8f9cf5 commit c8be700
Show file tree
Hide file tree
Showing 75 changed files with 2,254 additions and 1,712 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Rust
uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown

- name: ${{ github.ref_type == 'tag' && 'Build' || 'Build & CI' }}
run: '[ $GITHUB_REF_TYPE = "tag" ] && cargo b || cargo xtask ci'

Expand Down
Loading

0 comments on commit c8be700

Please sign in to comment.