Skip to content

Commit

Permalink
ci: try to fix R setup in gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 16, 2024
1 parent 5931ff8 commit 8083146
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/setup-r@v2
- run: sudo apt-get install -y r-base r-base-dev
- run: cargo build --all-features
- run: cargo test
env:
Expand Down

0 comments on commit 8083146

Please sign in to comment.