Skip to content

Commit

Permalink
Update docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wez authored Apr 18, 2024
1 parent 53b9914 commit 8373aaf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ env:
CARGO_TERM_COLOR: always

jobs:
check-code-formatting:
runs-on: ubuntu-latest
#runs-on: arc-runner-set
build_docs:
#runs-on: ubuntu-latest
runs-on: arc-runner-set
steps:
- uses: actions/checkout@v4
- name: "Install deps for arc"
run: apt install -y curl
- name: "Install Rust"
uses: dtolnay/rust-toolchain@stable
with:
Expand Down

0 comments on commit 8373aaf

Please # to comment.