1
0
mirror of https://github.com/ddworken/hishtory.git synced 2025-07-13 10:55:49 +02:00

Fix yaml syntax error introduced in 27d5c59263

This commit is contained in:
David Dworken
2023-09-08 19:41:42 -07:00
parent ba099c384b
commit 392ebfb0fd

@ -46,6 +46,7 @@ jobs:
- name: MacOS Docker Setup - name: MacOS Docker Setup
if: ${{ !startsWith(github.event.head_commit.message, 'Release') && matrix.os == 'macos-latest'}} if: ${{ !startsWith(github.event.head_commit.message, 'Release') && matrix.os == 'macos-latest'}}
continue-on-error: true continue-on-error: true
run: |
# Install docker so it can be used for datadog # Install docker so it can be used for datadog
brew install docker brew install docker
colima start colima start