#70 : Path to SSL library changed #41
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: YaizuNetTool Windows CI | |
on: [push] | |
jobs: | |
build: | |
runs-on: windows-latest | |
timeout-minutes: 20 | |
steps: | |
- uses: actions/checkout@v1 | |
- name: exec build | |
env: | |
GITHUBACTIONS: true | |
run: | | |
choco install openssl | |
git clone -q --branch=master https://github.com/s-takeuchi/YaizuComLib.git ../YaizuComLib | |
git checkout master | |
cd build | |
./build.bat |