We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a38a91 commit 38dd713Copy full SHA for 38dd713
.github/workflows/commit-ci.yml
@@ -25,6 +25,11 @@ jobs:
25
echo ${GITHUB_REF#refs/*/}
26
echo CI_BRANCH=${GITHUB_REF#refs/*/} >> $GITHUB_ENV
27
28
+ - name: Install coreutils macOS
29
+ if: startsWith(matrix.os, 'macOS')
30
+ run: |
31
+ brew install coreutils
32
+
33
- name: Calculate JNI cache hash
34
id: cache-hash
35
shell: bash
.github/workflows/pull-request-ci.yml
@@ -32,6 +32,11 @@ jobs:
36
37
38
39
40
41
42
0 commit comments