Skip to content

Commit

Permalink
change to cmd shell
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Oct 10, 2024
1 parent ab89453 commit b35c58a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
needs: check

- name: Build package
run: R CMD INSTALL --build .
shell: cmd
run: R CMD build .

- name: Create binary package
run: |
Expand Down

0 comments on commit b35c58a

Please sign in to comment.