Skip to content

Commit d58548c

Browse files
authored
GitHub action: run mkdist in pkg-check
1 parent cf6b51e commit d58548c

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

.github/workflows/check.yaml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ jobs:
2828
with:
2929
java-version: ${{ matrix.java }}
3030

31-
- name: Build
32-
run: |
33-
sh mkdist
34-
java -version && which java && echo $PATH && echo $JAVA_HOME
35-
shell: bash
36-
3731
- name: Setup R Java support
3832
if: runner.os != 'Windows'
3933
run: |
@@ -44,3 +38,5 @@ jobs:
4438
shell: bash
4539

4640
- uses: s-u/R-actions/pkg-check@v2
41+
with:
42+
build-script: sh mkdist

0 commit comments

Comments
 (0)