Skip to content

Commit

Permalink
fix: enables github action to execute
Browse files Browse the repository at this point in the history
  • Loading branch information
Estrella-Explore committed Jan 25, 2025
1 parent 76bedd0 commit 167f0d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run_demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
echo "All '*.cpp' files:"
find . -name "*.cpp"
chmod +x ./make.sh
(echo "Y"; echo "Y") | ./make.sh ./demo/A_Plus_B.cpp
shell: bash
Expand Down

0 comments on commit 167f0d5

Please sign in to comment.