Skip to content

Commit 621d2d3

Browse files
authored
Update to polkadot2412 (#3)
* update deps * cargo update * update * not beta anymore
1 parent 7b67527 commit 621d2d3

8 files changed

Lines changed: 2204 additions & 1332 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
id: meta
2121
uses: docker/metadata-action@v5
2222
with:
23-
images: acala/acala-node-beta
23+
images: acala/acala-node
2424
tags: |
2525
type=ref,event=branch
2626
type=ref,event=pr

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- name: Install toolchain
2525
uses: dtolnay/rust-toolchain@nightly
26-
- name: Install Wasm toolchain
27-
run: rustup target add wasm32-unknown-unknown
2826
- name: Check format
2927
run: cargo fmt --check
30-
- name: Install clippy
31-
run: rustup component add clippy
3228
- name: Run clippy
3329
run: cargo clippy -- -D warnings
3430
- name: Check

0 commit comments

Comments
 (0)