Skip to content

Commit

Permalink
ci: let's setup docker-cli
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 ea3e522 commit 2e886ba
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,17 @@ jobs:
dotnet-version: |
3.1.x
6.0.x
- name: Install docker-cli
run: choco install docker-cli

- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build -c Release --no-restore

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

- name: Docker build
run: docker-compose build
Expand Down

0 comments on commit 2e886ba

Please sign in to comment.