Skip to content

Commit

Permalink
Test agian?
Browse files Browse the repository at this point in the history
  • Loading branch information
DanPeled committed Feb 1, 2025
1 parent 35d80c5 commit 54b1ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/elasticlib-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
- name: Compile C++ Code
run: |
g++ -std=c++17 -Ielasticlib/units -o elasticlib/elasticlib.o -c elasticlib/elasticlib.cpp
g++ -std=c++17 -Ielasticlib/libs-cpp/wpiunits-cpp -o elasticlib/elasticlib.o -c elasticlib/elasticlib.cpp
- name: Link C++ Code
run: |
Expand Down

0 comments on commit 54b1ece

Please sign in to comment.