mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-14 22:18:46 +00:00
Fix rustdoc action
This commit is contained in:
5
.github/workflows/rustdoc.yaml
vendored
5
.github/workflows/rustdoc.yaml
vendored
@@ -13,12 +13,15 @@ env:
|
|||||||
jobs:
|
jobs:
|
||||||
rustdoc:
|
rustdoc:
|
||||||
if: github.repository == 'kaist-cp/cs220'
|
if: github.repository == 'kaist-cp/cs220'
|
||||||
runs-on: self-hosted
|
runs-on: [self-hosted, ubuntu-22.04]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install Rustup
|
||||||
|
run: if ! command -v rustup &>/dev/null; then (curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y); fi
|
||||||
|
|
||||||
- name: Install Rust toolchain
|
- name: Install Rust toolchain
|
||||||
run: rustup update --no-self-update stable
|
run: rustup update --no-self-update stable
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user