Skip to content

Commit 84d8e69

Browse files
committed
CI name + small fix
1 parent ccec585 commit 84d8e69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ jobs:
202202

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

208208
- name: "Install Godot"
209209
uses: ./.github/composite/godot-install

0 commit comments

Comments
 (0)