Skip to content

Commit 489f29a

Browse files
committed
CI name + small fix
1 parent ccec585 commit 489f29a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/full-ci.yml renamed to .github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202

203203
# macOS: needed for 'timeout' command in check script.
204204
- name: "Install coreutils (macOS)"
205-
if: ${{ contains(matrix.name, 'macos') }}
205+
if: contains(matrix.name, 'macos')
206206
run: brew install coreutils
207207

208208
- name: "Install Godot"

0 commit comments

Comments
 (0)