Skip to content

Commit

Permalink
Try different format for running script on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Mar 15, 2024
1 parent ef59e0f commit 9cc631c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ jobs:
./scripts/redis start
- name: Build test data
run: |
./scripts/build_test_data
run: Rscript ./scripts/build_test_data

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

0 comments on commit 9cc631c

Please sign in to comment.