We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01f0982 commit b9af6efCopy full SHA for b9af6ef
.github/workflows/main.yml
@@ -38,6 +38,7 @@ jobs:
38
mlton
39
40
- name: Install MLkit (linux)
41
+ working-directory: ${{ env.RUNHOME }}
42
if: ${{ env.OS == 'linux' && matrix.mlcomp == 'mlkit' }}
43
run: |
44
wget https://github.com/melsman/mlkit/releases/download/v4.7.14/mlkit-bin-dist-${{env.OS}}.tgz
0 commit comments