Skip to content

Commit

Permalink
Add colima start
Browse files Browse the repository at this point in the history
  • Loading branch information
massongit authored Feb 21, 2024
1 parent a2e98d3 commit f995f17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build_elm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
fetch-depth: 0
- run: brew install docker
- run: |
brew install docker
colima start
if: github.event_name != 'pull_request' || github.event.action != 'closed'
- run: ./make_compiler.sh
working-directory: elm
Expand Down

0 comments on commit f995f17

Please sign in to comment.