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

This commit is contained in:
okhsunrog 2024-12-16 12:43:06 +03:00
parent 21c0022072
commit df5c3f5843

View file

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