mirror of
https://github.com/kmc7468/cs220.git
synced 2025-12-12 21:08:45 +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:
|
||||
rustdoc:
|
||||
if: github.repository == 'kaist-cp/cs220'
|
||||
runs-on: self-hosted
|
||||
runs-on: [self-hosted, ubuntu-22.04]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
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
|
||||
run: rustup update --no-self-update stable
|
||||
|
||||
|
||||
Reference in New Issue
Block a user