Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
Habbie committed Feb 20, 2024
1 parent b9c44f2 commit 00d6801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: start HA in the background
run: |
cp -r scripts/docker/config scripts/docker/ha-config
cd scripts/docker && docker compose up -d
cd scripts/docker && docker compose up -d # FIXME: this blocks until the pull is done - maybe we can background that too
- name: Update apt indexes
run: sudo apt-get update
- name: Install various apt dependencies
Expand Down

0 comments on commit 00d6801

Please sign in to comment.