Skip to content

Commit

Permalink
fix checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
shrektan committed Sep 18, 2023
1 parent 899da2e commit ab71ce9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ jobs:
Coverage:
needs: R-CMD-check
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./src/rust

steps:
- uses: actions/checkout@v3
with:
path: ./src/rust
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit ab71ce9

Please sign in to comment.