remove windows build step

This commit is contained in:
2024-06-02 07:13:36 +02:00
parent d8a3fe0d7a
commit e6203f70a9

View File

@@ -44,21 +44,3 @@ jobs:
with: with:
name: todd-mac name: todd-mac
path: build path: build
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: make
run: make
- name: copy to build folder
run: |
mkdir build
cp ./todd.exe build/
- uses: actions/upload-artifact@v4
with:
name: todd-windows
path: build