Skip to content

Commit

Permalink
ci: switch docker daemon to linux one
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Popov <[email protected]>
  • Loading branch information
aensidhe committed Nov 20, 2023
1 parent 9bfe6d6 commit 322883b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Build
run: dotnet build -c Release --no-restore

- name: Switch OS for docker
run: "& $Env:ProgramFiles\Docker\Docker\DockerCli.exe -SwitchDaemon"

- name: Docker build
run: docker-compose build

Expand Down

0 comments on commit 322883b

Please sign in to comment.