fix(CI): Windows build (#16843)

* fix(CI): Windows build

* Update windows_build.yml
This commit is contained in:
Kitzunu
2023-07-29 13:40:45 +02:00
committed by GitHub
parent 69fbe8046d
commit c0a17a2a83

View File

@@ -26,6 +26,8 @@ jobs:
&& (github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'run-build') || github.event.label.name == 'run-build')
steps:
- uses: actions/checkout@v2
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.9
- name: Configure OS
shell: bash
env:
@@ -40,6 +42,10 @@ jobs:
run: |
export CTOOLS_BUILD=all
./acore.sh compiler build
- name: Copy dll files
shell: bash
run: |
cp "/c/Program Files/OpenSSL/bin/legacy.dll" "env/dist"
- name: Dry run authserver
shell: bash
run: |