Skip to content

Commit

Permalink
Attempt 2! This should work
Browse files Browse the repository at this point in the history
  • Loading branch information
KLanausse committed Aug 26, 2024
1 parent 5814faf commit 81d84a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Setup C/C++ Compiler
uses: rlalik/[email protected]
- name: make
run: c++ Termdle.cpp -std=c++11
run: c++ ~/work/Termdle/Termdle/Termdle.cpp -std=c++11 -o Termdle

0 comments on commit 81d84a2

Please sign in to comment.