Set up environment variable for release.

This commit is contained in:
Nolan Darilek 2020-11-17 12:41:18 -06:00
parent 140b80738b
commit ac0425b652

View File

@ -25,6 +25,8 @@ jobs:
build_windows:
name: Build Windows
runs-on: windows-latest
env:
LIBCLANG_PATH: c:\program files\llvm\bin
steps:
- uses: actions/checkout@v2
- run: |
@ -40,6 +42,8 @@ jobs:
build_uwp:
name: Build UWP
runs-on: windows-latest
env:
LIBCLANG_PATH: c:\program files\llvm\bin
steps:
- uses: actions/checkout@v2
- run: |