Skip to content

Add notes about 32 bit drivers #201

Add notes about 32 bit drivers

Add notes about 32 bit drivers #201

Workflow file for this run

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'