Skip to content

Commit

Permalink
chore: CI fixes after renaming rust-peer to nox (#1626)
Browse files Browse the repository at this point in the history
* Fix publish

* Fix rustdoc
  • Loading branch information
nahsi committed Jun 12, 2023
1 parent 0aa1f67 commit b77b846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:

distro:
if: inputs.update-distro == 'true'
needs: rust-peer
needs: nox
uses: fluencelabs/nox-distro/.github/workflows/update_fluence.yml@main
with:
version: |
Expand Down
9 changes: 2 additions & 7 deletions .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,8 @@ jobs:
- name: Install Protoc
uses: arduino/setup-protoc@v1

- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal
override: true
components: rustfmt, rust-src
- name: Setup Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1

- name: Build Documentation
run: RUSTDOCFLAGS="--enable-index-page -Zunstable-options" cargo +nightly doc --all --no-deps
Expand Down

0 comments on commit b77b846

Please sign in to comment.