mirror of
https://github.com/lightsoutgames/godot-tts
synced 2024-11-22 06:15:57 +00:00
Set up environment variable for release.
This commit is contained in:
parent
140b80738b
commit
ac0425b652
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue
Block a user