Skip to content

Commit 8670c3f

Browse files
Update build-prod.yml
1 parent b84bdac commit 8670c3f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-prod.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,11 @@ jobs:
7777
run: |
7878
dir /s /b Output\Release
7979
80+
- name: Add DUnit to PATH
81+
shell: cmd
82+
run: |
83+
echo C:\Users\danyleblanc\Documents\DL-Projets\FastMM4-master\FullDebugMode DLL\Precompiled>> %GITHUB_PATH%
84+
8085
- name: Run DUnit tests
8186
shell: cmd
8287
run: |

0 commit comments

Comments
 (0)