Skip to content

Commit

Permalink
3.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
akru committed Jun 6, 2024
1 parent e4a237b commit d00f6e5
Show file tree
Hide file tree
Showing 41 changed files with 1,154 additions and 5,637 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/srtool.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Runtimes

env:
SUBWASM_VERSION: 0.15.0
SUBWASM_VERSION: 0.16.1

on:
push:
Expand All @@ -13,15 +13,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
chain: ["main","ipci"]
chain: ["main"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Srtool build
id: srtool_build
uses: chevdor/srtool-actions@v0.3.0
uses: chevdor/srtool-actions@v0.8.0
with:
chain: ${{ matrix.chain }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
#args: -- -D warnings
Loading

0 comments on commit d00f6e5

Please sign in to comment.