Skip to content

Commit

Permalink
Update manual_wdk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amdf authored Jan 12, 2025
1 parent 2a0a325 commit df7c9c4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/manual_wdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ jobs:
path: 'srcdir'
- name: Build project
run: |
C:\WinDDK\7600.16385.1\bin\setenv.bat C:\WinDDK\7600.16385.1 fre WXP
D:
cd ${{ github.workspace }}\srcdir
build /g /w
C:\WinDDK\7600.16385.1\bin\setenv.bat C:\WinDDK\7600.16385.1 fre WXP && D: && cd ${{ github.workspace }}\srcdir && build /g /w
shell: cmd
- name: Upload artefact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit df7c9c4

Please sign in to comment.