mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
chore: updated nightly references version
This commit is contained in:
6
.github/workflows/book.yml
vendored
6
.github/workflows/book.yml
vendored
@@ -23,14 +23,14 @@ jobs:
|
||||
- name: Install Rust (nightly)
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-07-07
|
||||
toolchain: nightly-2024-12-05
|
||||
components: rustfmt, clippy
|
||||
override: true
|
||||
|
||||
- name: Install Rust (wasm32)
|
||||
uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: nightly-2024-07-07
|
||||
toolchain: nightly-2024-12-05
|
||||
target: wasm32-unknown-unknown
|
||||
override: true
|
||||
|
||||
@@ -56,7 +56,7 @@ jobs:
|
||||
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||
git config --local user.name "bookworm"
|
||||
cd doc
|
||||
make CARGO="cargo +nightly-2024-07-07" github
|
||||
make CARGO="cargo +nightly-2024-12-05" github
|
||||
git checkout gh-pages
|
||||
|
||||
- name: Push changes
|
||||
|
||||
Reference in New Issue
Block a user