Skip to content

Commit

Permalink
Temporarily fix nightly to something that works
Browse files Browse the repository at this point in the history
  • Loading branch information
cburgdorf committed Apr 14, 2021
1 parent c2fc7f5 commit 32c3f00
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 @@ -35,7 +35,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-03-15
override: true
- name: coverage with tarpaulin
run: |
Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-03-15
override: true
components: rustfmt, clippy
- name: Validate release notes entry
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-03-15
override: true
- name: Build
run: cargo build --all-features --verbose
Expand All @@ -124,7 +124,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-03-15
override: true
- name: Run WASM tests
run: wasm-pack test --node -- --workspace
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly
toolchain: nightly-2021-03-15
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 32c3f00

Please sign in to comment.