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: |