Skip to content

Commit

Permalink
actions
Browse files Browse the repository at this point in the history
  • Loading branch information
humandecoded committed Apr 23, 2024
1 parent 271c98f commit 82b687c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/push-to-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
- uses: actions/checkout@v4

# Sets up Docker environment on macOS runner
- name: Set up Docker
uses: docker/setup-docker@v2
- name: Install Docker
run: |
brew install --cask docker
open --background -a Docker
sleep 10
# use docker to run the build_tracelabsiso_recipe.sh script
- name: Run Docker command
Expand Down

0 comments on commit 82b687c

Please sign in to comment.