fix: specify docker in docker

This commit is contained in:
Chance 2025-04-11 15:47:00 -04:00 committed by lily
parent ce702d16dc
commit 67c193dddc
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

View file

@ -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