fixing CI
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:16:14 +03:00
parent b7d3dcb7c2
commit ea04351085

View file

@ -15,6 +15,8 @@ jobs:
uses: actions/checkout@v3
- name: Check docker
env:
DOCKER_HOST: tcp://docker-in-docker:2375
run: docker info
- name: Install Rust toolchain
@ -27,6 +29,8 @@ jobs:
- name: Install cross
run: cargo install cross
- name: Build with cross using Podman
- name: Build with cross using Docker
env:
DOCKER_HOST: tcp://docker-in-docker:2375
run: cross build --target x86_64-pc-windows-gnu -r