Skip to content

Commit 6c1184b

Browse files
committed
add windows
1 parent e578f47 commit 6c1184b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/workflows/main.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,16 @@ jobs:
3434
- name: build
3535
run: sh ./build.sh
3636

37+
build-windows:
38+
runs-on: windows-latest
39+
strategy:
40+
fail-fast: false
41+
42+
steps:
43+
- uses: actions/checkout@v4
44+
45+
- name: install packages
46+
run: choco install nasm x86_64-elf-gcc
47+
48+
- name: build
49+
run: sh ./build.sh

0 commit comments

Comments
 (0)