Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
veganaize authored Oct 15, 2024
1 parent 71f5538 commit d16d34f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ jobs:
runs-on: windows-2019
steps:
- uses: actions/checkout@v4
- name: Set Environment & Build Project
- name: Build x86 Project
shell: cmd
run: |
"C:\Progra~2\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat" && cl main.c hd.c /Fehd.exe
run: >
"C:\Progra~2\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars32.bat"
&& cl main.c hd.c /Fehd.exe
&& dir
&& clang-tidy --version
# - name: configure
# run: ./configure
# - name: make
Expand Down

0 comments on commit d16d34f

Please sign in to comment.