We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36cfa7f commit c5b992dCopy full SHA for c5b992d
.github/workflows/ci.yml
@@ -17,10 +17,9 @@ jobs:
17
steps:
18
- uses: actions/checkout@v3
19
- uses: mymindstorm/setup-emsdk@v14
20
- - name: Install Rust nightly
+ - name: Install Rust stable
21
run: |
22
- rustup toolchain install nightly
23
- rustup default nightly
+ rustup toolchain install stable
24
rustup target add wasm32-wasip1
25
rustup component add rustfmt
26
- name: Install Clang 19
@@ -42,10 +41,9 @@ jobs:
42
41
43
44
45
46
47
48
49
50
51
- name: Install osmium
0 commit comments