wscipt: fix cant find env cache togl

This commit is contained in:
nillerusr
2023-11-08 22:04:28 +03:00
parent abb470a471
commit 23204fcc73
2 changed files with 8 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ jobs:
- name: Build dedicated windows-amd64
run: |
git submodule init && git submodule update
./waf.bat configure -T debug -d -8
./waf.bat configure -T debug -d
./waf.bat build
build-dedicated-linux-i386: