Skip to content

Commit

Permalink
chore: attempt to vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
dpastoor committed May 26, 2024
1 parent 0f19ab0 commit 61aa1d2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: vendor
run: |
cd ./src/rust
cargo vendor

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down

0 comments on commit 61aa1d2

Please sign in to comment.