Add notes about 32 bit drivers #201
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: Build | |
on: [push, pull_request] | |
jobs: | |
build: | |
runs-on: windows-2019 | |
steps: | |
- name: Checkout current build target | |
uses: actions/checkout@v2 | |
- name: Setup MSBuild.exe | |
uses: microsoft/[email protected] | |
- name: Build with MSBuild | |
run: msbuild '.\RS_ASIO.sln' |