Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-arash authored Aug 24, 2024
1 parent 8ab2283 commit bc3ced0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Compile with g++
run: |
g++ -std=c++11 -I./src/include -o build/extreme_math src/main.cpp src/logging.cpp src/equation.cpp src/tui.cpp
g++ -std=c++11 -I./src/include -o extreme_math.exe src/main.cpp src/logging.cpp src/equation.cpp src/tui.cpp
- name: Upload build artifact
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit bc3ced0

Please sign in to comment.