diff options
| author | kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> | 2025-02-05 14:32:05 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-05 12:32:05 -0800 |
| commit | 613f43a080f84e2680fb78dc4ed60a553da3b418 (patch) | |
| tree | 056232c96ff196dec9937fb7aa72e122253076f5 /.github | |
| parent | 9ec6b91686b651d959fd9ffbec283845bd725dd6 (diff) | |
Switch back to Falcor (#6295)
This is a follow-up to PR #6058, where we switched to Falcor-new
now we will switch back to Falcor.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/falcor-test.yml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/falcor-test.yml b/.github/workflows/falcor-test.yml index 91a6c9ea5..ff9f2fb70 100644 --- a/.github/workflows/falcor-test.yml +++ b/.github/workflows/falcor-test.yml @@ -59,12 +59,12 @@ jobs: run: | mkdir FalcorBin cd FalcorBin - Copy-Item -Path 'C:\Falcor-new\build\windows-vs2022\bin' -Destination '.\build\windows-vs2022\bin' -Recurse -Exclude ("*.pdb") - Copy-Item -Path 'C:\Falcor-new\tests' -Destination '.\' -Recurse - Copy-Item -Path 'C:\Falcor-new\tools' -Destination '.\' -Recurse - Copy-Item -Path 'C:\Falcor-new\media' -Destination '.\' -Recurse - Copy-Item -Path 'C:\Falcor-new\media_internal' -Destination '.\' -Recurse - Copy-Item -Path 'C:\Falcor-new\scripts' -Destination '.\' -Recurse + Copy-Item -Path 'C:\Falcor\build\windows-vs2022\bin' -Destination '.\build\windows-vs2022\bin' -Recurse -Exclude ("*.pdb") + Copy-Item -Path 'C:\Falcor\tests' -Destination '.\' -Recurse + Copy-Item -Path 'C:\Falcor\tools' -Destination '.\' -Recurse + Copy-Item -Path 'C:\Falcor\media' -Destination '.\' -Recurse + Copy-Item -Path 'C:\Falcor\media_internal' -Destination '.\' -Recurse + Copy-Item -Path 'C:\Falcor\scripts' -Destination '.\' -Recurse cd ..\ - name: Build Slang run: | |
