File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,14 @@ jobs:
9393 - name : Build samples (Windows)
9494 if : runner.os == 'Windows'
9595 run : |
96- $env:Path += ';C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Strawberry\c\bin;C:\Program Files\NASM;${{ github.workspace }}\open-source\local\lib;${{ github.workspace }}\open-source\local\bin'
96+ $env:Path += ';C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Strawberry\c\bin;C:\Program Files\NASM;D:\producer\open-source\local\lib;D:\producer\open-source\local\bin'
97+ mkdir D:\producer
98+ Move-Item -Path "D:\a\amazon-kinesis-video-streams-producer-sdk-cpp\amazon-kinesis-video-streams-producer-sdk-cpp\*" -Destination "D:\producer"
99+ cd D:\producer
97100 git config --system core.longpaths true
98101 dir
99102 .github\build_windows.bat
100- mkdir "% KVS_DEBUG_DUMP_DATA_FILE_DIR%"
103+ mkdir $env: KVS_DEBUG_DUMP_DATA_FILE_DIR
101104
102105 - name : Configure AWS Credentials
103106 uses : aws-actions/configure-aws-credentials@v4
You can’t perform that action at this time.
0 commit comments