From c0a17a2a834642d8b917b7152794b9542946e649 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Sat, 29 Jul 2023 13:40:45 +0200 Subject: [PATCH] fix(CI): Windows build (#16843) * fix(CI): Windows build * Update windows_build.yml --- .github/workflows/windows_build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/windows_build.yml b/.github/workflows/windows_build.yml index 83a028e98..957ede3d9 100644 --- a/.github/workflows/windows_build.yml +++ b/.github/workflows/windows_build.yml @@ -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: |