Files
minesweeper/.gitea/workflows/build-windows.yaml
Avii adb6850b39
All checks were successful
build / build (push) Successful in 7s
pwoershell
2024-07-11 21:09:09 +02:00

21 lines
270 B
YAML

name: build
on:
push:
branches:
- "main"
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: windows-2022
defaults:
run:
shell: powershell
steps:
- uses: actions/checkout@v4
- name: List directory
run: ls