fix: specify docker in docker
This commit is contained in:
parent
ad8828fac0
commit
f23d50c66a
1 changed files with 2 additions and 0 deletions
|
@ -61,6 +61,8 @@ jobs:
|
||||||
|
|
||||||
- name: 🚀 Build with cross
|
- name: 🚀 Build with cross
|
||||||
uses: https://github.com/actions-rs/cargo@v1
|
uses: https://github.com/actions-rs/cargo@v1
|
||||||
|
env:
|
||||||
|
CROSS_CONTAINER_IN_CONTAINER: true
|
||||||
with:
|
with:
|
||||||
use-cross: true
|
use-cross: true
|
||||||
command: build
|
command: build
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue