Files
minesweeper/.gitea/workflows/build-windows.yaml
Avii a4973a0b49
Some checks failed
build / build (push) Failing after 6s
git bash?
2024-07-11 21:07:17 +02:00

21 lines
298 B
YAML

name: build
on:
push:
branches:
- "main"
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-2022
defaults:
run:
shell: "C:\\Program Files\\Git\\git-bash.exe"
steps:
- uses: actions/checkout@v4
- name: List directory
run: ls