fixing CI
This commit is contained in:
parent
b7d3dcb7c2
commit
ea04351085
1 changed files with 5 additions and 1 deletions
|
|
@ -15,6 +15,8 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
|
||||
- name: Check docker
|
||||
env:
|
||||
DOCKER_HOST: tcp://docker-in-docker:2375
|
||||
run: docker info
|
||||
|
||||
- name: Install Rust toolchain
|
||||
|
|
@ -27,6 +29,8 @@ jobs:
|
|||
- name: Install cross
|
||||
run: cargo install cross
|
||||
|
||||
- name: Build with cross using Podman
|
||||
- name: Build with cross using Docker
|
||||
env:
|
||||
DOCKER_HOST: tcp://docker-in-docker:2375
|
||||
run: cross build --target x86_64-pc-windows-gnu -r
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue