Skip to content

Commit

Permalink
edit release-build for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Oct 10, 2024
1 parent adf931a commit 65fb1cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup R environment
uses: r-lib/actions/setup-r@v2
Expand All @@ -28,7 +28,7 @@ jobs:
needs: check

- name: Build package
run: R CMD build .
run: Rscript -e "R CMD build ."

- name: Create binary package
run: |
Expand Down

0 comments on commit 65fb1cd

Please sign in to comment.