Skip to content

Commit

Permalink
Windows out name
Browse files Browse the repository at this point in the history
  • Loading branch information
fszewczyk committed Nov 8, 2023
1 parent f725591 commit d1bf876
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
env:
CXX: ${{matrix.conf.compiler}}
run: |
g++ examples/scalars.cpp -O3 --std=c++17 -o out
g++ -o out examples/scalars.cpp -O3 --std=c++17
out.exe
g++ examples/xor_classification.cpp -O3 --std=c++17 -o out
g++ -o out examples/xor_classification.cpp -O3 --std=c++17
out.exe
g++ examples/xor_regression.cpp -O3 --std=c++17 -o out
g++ -o out examples/xor_regression.cpp -O3 --std=c++17
out.exe

0 comments on commit d1bf876

Please sign in to comment.