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

Commit 9d22c58

Browse files
author
Achim Schneider
authored
Merge pull request #570 from paritytech/fix-build
Fix build
2 parents 7cf9b4b + 6c46686 commit 9d22c58

File tree

20 files changed

+743
-1031
lines changed

20 files changed

+743
-1031
lines changed

.github/workflows/typescript.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,11 @@ jobs:
7070
uses: actions-rs/toolchain@v1
7171
with:
7272
toolchain: nightly-2022-05-24-x86_64-unknown-linux-gnu
73-
override: true
7473
components: rust-src
7574

75+
- name: Use stable toolchain as default
76+
run: rustup default stable
77+
7678
- name: TS install
7779
run: make ts-install
7880

.github/workflows/wasm_ts.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
on:
2-
push:
3-
branches:
4-
- main
5-
pull_request:
2+
# push:
3+
# branches:
4+
# - main
5+
# pull_request:
66

77
jobs:
88
test:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ change.json
1111
node_modules
1212
packages/playground/dist
1313
packages/_generated/*/src
14-
packages/_generated/src
1514
.pnp.*
1615
.yarn/*
1716
!.yarn/patches

0 commit comments

Comments
 (0)