Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
masesdevelopers committed Jun 28, 2024
1 parent 39d8bcc commit 4664ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
- name: Start Docker image in windows
if: ${{ matrix.os == 'windows-latest' }}
run: |
& $Env:ProgramFiles\Docker\Docker\DockerCli.exe -SwitchDaemon .
& '$Env:ProgramFiles\Docker\Docker\DockerCli.exe' -SwitchLinuxEngine
docker image pull ghcr.io/masesgroup/knet:latest
docker run -e KNET_DOCKER_RUNNING_MODE=server -e JCOBRIDGE_LicensePath="${{ secrets.JCOBRIDGE_ONLINE }}" -p 9092:9092 ghcr.io/masesgroup/knet:latest
env:
Expand Down

0 comments on commit 4664ded

Please sign in to comment.