fixing CI x4
Some checks failed
neofetch demo / test (push) Successful in 0s
Cross-Compile for Windows with Podman / build (push) Failing after 5s

This commit is contained in:
okhsunrog 2024-12-16 12:40:57 +03:00
parent 2b08dff02e
commit 21c0022072

View file

@ -16,7 +16,7 @@ jobs:
- name: Check docker
env:
DOCKER_HOST: tcp://172.20.0.2:2375
# DOCKER_HOST: tcp://docker:2375
run: docker info
- name: Install Rust toolchain
@ -31,6 +31,8 @@ jobs:
- name: Build with cross using Docker
env:
DOCKER_HOST: tcp://172.20.0.2:2375
# DOCKER_HOST: tcp://172.20.0.2:2375
# DOCKER_HOST: tcp://docker:2375
CROSS_CONTAINER_IN_CONTAINER: true
run: cross build --target x86_64-pc-windows-gnu -r