We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6b51e commit d58548cCopy full SHA for d58548c
1 file changed
.github/workflows/check.yaml
@@ -28,12 +28,6 @@ jobs:
28
with:
29
java-version: ${{ matrix.java }}
30
31
- - name: Build
32
- run: |
33
- sh mkdist
34
- java -version && which java && echo $PATH && echo $JAVA_HOME
35
- shell: bash
36
-
37
- name: Setup R Java support
38
if: runner.os != 'Windows'
39
run: |
@@ -44,3 +38,5 @@ jobs:
44
shell: bash
45
46
40
- uses: s-u/R-actions/pkg-check@v2
41
+ with:
42
+ build-script: sh mkdist
0 commit comments