remove windows build step
This commit is contained in:
18
.github/workflows/build.yml
vendored
18
.github/workflows/build.yml
vendored
@@ -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
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user