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

This commit is contained in:
okhsunrog 2024-12-16 12:25:06 +03:00
parent ea04351085
commit 6d627b187e

View file

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