Skip to content

Commit

Permalink
temporary fixate to nightly that works
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Feb 8, 2021
1 parent 68a4024 commit daf801e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-01-30
override: true
- name: coverage with tarpaulin
run: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-01-30
override: true
components: rustfmt, clippy
- name: Validate release notes entry
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-01-30
override: true
- name: Build
run: cargo build --all-features --verbose
Expand All @@ -132,7 +132,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-01-30
override: true
- name: Run WASM tests
run: wasm-pack test --node -- --workspace
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-01-30
override: true
- name: Build
run: cargo build --all-features --release && strip target/release/fe && mv target/release/fe target/release/${{ matrix.BIN_FILE }}
Expand Down

0 comments on commit daf801e

Please sign in to comment.