Skip to content

Commit

Permalink
msvc build #2
Browse files Browse the repository at this point in the history
  • Loading branch information
hetulbhatt committed Jul 11, 2023
1 parent 4b4046a commit 60f954f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
run: echo "Running on Windows - ${{ matrix.architecture }}"

- name: Build
run: g++ -static -std=c++17 -I./include -o KeyFlow-${{ matrix.architecture }}.exe src/main.cpp
run: cl /EHsc KeyFlow\KeyFlow.cpp /link user32.lib /Fe:KeyFlow-${{ matrix.architecture }}.exe

- name: Upload artifact
Expand Down

0 comments on commit 60f954f

Please sign in to comment.