We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afa9997 commit 6c2d188Copy full SHA for 6c2d188
.github/workflows/integration.yml
@@ -25,8 +25,8 @@ jobs:
25
with:
26
fetch-depth: 0
27
28
- - name: Install MetaCall UNIX (debug)
29
- if: matrix.os == 'ubuntu-latest' || 'macos-latest'
+ - name: Install MetaCall Unix (Debug)
+ if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
30
run: curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | sh -s -- --debug
31
32
- name: Install MetaCall Windows
0 commit comments