mirror of
https://github.com/3proxy/3proxy.git
synced 2026-04-06 21:30:12 +08:00
Update build-win32.yml
This commit is contained in:
parent
957ae2adb6
commit
00d522b85e
6
.github/workflows/build-win32.yml
vendored
6
.github/workflows/build-win32.yml
vendored
@ -33,10 +33,10 @@ jobs:
|
||||
shell: cmd
|
||||
run: |
|
||||
echo builddate:%BUILDDATE% release:%RELEASE% version:%VERSION% now:%NOW%
|
||||
dir "c:\program files\openssl\lib\VC\"
|
||||
dir "c:\vcpkg\installed\"
|
||||
dir "c:\program files\openssl\lib\VC"
|
||||
dir "c:\vcpkg"
|
||||
- name: install packages
|
||||
run: vcpkg install pcre2:x86-windows
|
||||
run: vcpkg install pcre2:x86-windows openssl:x86-windows
|
||||
# - name: make Windows
|
||||
# run: make -f Makefile.win
|
||||
# env:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user