Skip to content

Commit

Permalink
waits for lxd to be ready
Browse files Browse the repository at this point in the history
  • Loading branch information
dthomasngrokker committed Jan 24, 2025
1 parent fd7dd84 commit 7fbb0a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/snap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
sudo snap install lxd
sudo lxd init --auto
- name: Wait for LXD to be ready
run: |
while ! sudo lxd waitready; do
sleep 1
done
- name: Set architecture
run: echo "ARCH=${{ matrix.architecture }}" >> $GITHUB_ENV

Expand Down

0 comments on commit 7fbb0a6

Please sign in to comment.