Skip to content

Commit

Permalink
Fix rustdoc action
Browse files Browse the repository at this point in the history
  • Loading branch information
jeehoonkang committed Jun 20, 2023
1 parent d3073ae commit 12eb4dc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rustdoc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 12eb4dc

Please sign in to comment.