Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hasksomatotoian authored Jan 22, 2024
1 parent dc03051 commit 0998909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: choco install mingw

- name: Compile EDRSilencer
run: gcc EDRSilencer.c utils.c -o $env:TIMT_BINARY_PATH\$env:TIMT_BINARY_FILE -lfwpuclnt
run: x86_64-w64-mingw32-gcc EDRSilencer.c utils.c -o $env:TIMT_BINARY_PATH\$env:TIMT_BINARY_FILE -lfwpuclnt
shell: powershell

#--------------------------------------------------------------------------------
Expand Down

0 comments on commit 0998909

Please sign in to comment.