Browse Source

update github workflow for windows build again

dedicated-build-fix
nillerusr 2 years ago
parent
commit
320e56643e
  1. 1
      .github/workflows/build.yml

1
.github/workflows/build.yml

@ -43,5 +43,6 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Build windows-i386 - name: Build windows-i386
run: | run: |
git submodule init && git submodule update
./waf.bat configure -T debug ./waf.bat configure -T debug
./waf.bat build ./waf.bat build

Loading…
Cancel
Save