Use torrent-get::trackerList when RPC version is 17 or newer (#69) #182
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Windows Build | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
branches: | |
- master | |
jobs: | |
build-win: | |
runs-on: windows-latest | |
steps: | |
- uses: actions/checkout@v1 | |
with: | |
submodules: recursive | |
- uses: actions/cache@v3 | |
with: | |
path: | | |
~\transgui_sdk\fpc-3.2.3 | |
~\transgui_sdk\lazarus | |
~\transgui_sdk\OpenSSL\bin\libcrypto-3.dll | |
~\transgui_sdk\OpenSSL\bin\libssl-3.dll | |
key: windows-fpc-lazarus-openssl | |
- shell: pwsh | |
run: .github/build_windows.ps1 | |
- uses: actions/upload-artifact@v3 | |
with: | |
name: TransGUI Windows | |
path: Release\transgui.7z |