Skip to content

Commit 6c2d188

Browse files
authored
Update integration.yml
1 parent afa9997 commit 6c2d188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727

28-
- name: Install MetaCall UNIX (debug)
29-
if: matrix.os == 'ubuntu-latest' || 'macos-latest'
28+
- name: Install MetaCall Unix (Debug)
29+
if: matrix.os == 'ubuntu-latest' || matrix.os == 'macos-latest'
3030
run: curl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | sh -s -- --debug
3131

3232
- name: Install MetaCall Windows

0 commit comments

Comments
 (0)