mirror of
https://github.com/webui-dev/webui
synced 2025-03-28 21:13:17 +00:00
Fix mkdir dist
in build step on windows
This commit is contained in:
parent
0d400644d1
commit
b368b819b9
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -48,7 +48,6 @@ jobs:
|
||||
uses: ilammy/msvc-dev-cmd@v1
|
||||
- name: Build
|
||||
run: |
|
||||
mkdir dist
|
||||
if ('${{ matrix.compiler }}' -eq 'MSVC') {
|
||||
nmake -f Makefile.nmake
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user