Skip to content

Commit

Permalink
Merge branch 'fraccaman/ci-improvements-2'
Browse files Browse the repository at this point in the history
* fraccaman/ci-improvements-2:
  fix: better checkout settings, fix sccache wrapper
  • Loading branch information
Fraccaman committed Aug 23, 2024
2 parents 7ad66a9 + bd91702 commit 27cde3b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,19 +58,18 @@ jobs:
rust-docs:
runs-on: [ubuntu-latest]
timeout-minutes: 20
env:
RUSTC_WRAPPER: ""

steps:
- name: Checkout repo
if: ${{ github.event_name != 'pull_request_target' }}
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Checkout PR
if: ${{ github.event_name == 'pull_request_target' }}
uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Install rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Build docs
Expand Down

0 comments on commit 27cde3b

Please sign in to comment.