Skip to content

Commit a526cbd

Browse files
committed
Update Windows runner build location
1 parent 77cb79e commit a526cbd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,10 @@ jobs:
393393
- name: build sam
394394
if: steps.cachedsam.outputs.cache-hit != 'true'
395395
run: |
396+
cd sam
397+
cd build
396398
MSBuild.exe ./samos.sln /t:Build /p:Configuration=Release
397-
399+
398400
399401
# - name: Download RunProcess
400402
# shell: bash {0}

0 commit comments

Comments
 (0)