Skip to content

Commit

Permalink
Remove qemu workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Diane Huxley committed Sep 28, 2023
1 parent 294dcd4 commit 5bbf4ca
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tests-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,6 @@ jobs:
- name: Install docker
run: brew install docker && brew install docker-compose # && colima start

- name: Update qemu to work around https://github.com/actions/runner-images/issues/8104
run: |
brew remove --ignore-dependencies qemu &&
curl -o ./qemu.rb https://raw.githubusercontent.com/Homebrew/homebrew-core/dc0669eca9479e9eeb495397ba3a7480aaa45c2e/Formula/qemu.rb &&
brew install ./qemu.rb
- name: Start docker
run: colima start

Expand Down
2 changes: 1 addition & 1 deletion packages/dev-env/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ version: "3.98"
services:
dwn-server:
container_name: dwn-server
image: ghcr.io/tbd54566975/dwn-server:dwn-sdk-0.2.1
image: ghcr.io/tbd54566975/dwn-server:dwn-sdk-0.2.3
ports:
- "3000:3000"

0 comments on commit 5bbf4ca

Please sign in to comment.