Skip to content

Commit 613f43a

Browse files
authored
Switch back to Falcor (shader-slang#6295)
This is a follow-up to PR shader-slang#6058, where we switched to Falcor-new now we will switch back to Falcor.
1 parent 9ec6b91 commit 613f43a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/falcor-test.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ jobs:
5959
run: |
6060
mkdir FalcorBin
6161
cd FalcorBin
62-
Copy-Item -Path 'C:\Falcor-new\build\windows-vs2022\bin' -Destination '.\build\windows-vs2022\bin' -Recurse -Exclude ("*.pdb")
63-
Copy-Item -Path 'C:\Falcor-new\tests' -Destination '.\' -Recurse
64-
Copy-Item -Path 'C:\Falcor-new\tools' -Destination '.\' -Recurse
65-
Copy-Item -Path 'C:\Falcor-new\media' -Destination '.\' -Recurse
66-
Copy-Item -Path 'C:\Falcor-new\media_internal' -Destination '.\' -Recurse
67-
Copy-Item -Path 'C:\Falcor-new\scripts' -Destination '.\' -Recurse
62+
Copy-Item -Path 'C:\Falcor\build\windows-vs2022\bin' -Destination '.\build\windows-vs2022\bin' -Recurse -Exclude ("*.pdb")
63+
Copy-Item -Path 'C:\Falcor\tests' -Destination '.\' -Recurse
64+
Copy-Item -Path 'C:\Falcor\tools' -Destination '.\' -Recurse
65+
Copy-Item -Path 'C:\Falcor\media' -Destination '.\' -Recurse
66+
Copy-Item -Path 'C:\Falcor\media_internal' -Destination '.\' -Recurse
67+
Copy-Item -Path 'C:\Falcor\scripts' -Destination '.\' -Recurse
6868
cd ..\
6969
- name: Build Slang
7070
run: |

0 commit comments

Comments
 (0)