test windows ci,
All checks were successful
Windows CI / build (push) Successful in 24s

This commit is contained in:
amass 2024-08-08 22:36:32 +08:00
parent b3fb1a0e39
commit ba855b4c88
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,14 @@
name: Windows CI
on: [push]
jobs:
build:
runs-on: [windows11]
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run a one-line script
run: |
echo Hello, world!
resources/build.ps1

1
resources/build.ps1 Normal file
View File

@ -0,0 +1 @@
ls