Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo authored Jul 29, 2023
1 parent 1474249 commit 756b73f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ jobs:
sudo apt-get install -y build-essential
- run: |
cd /home/runner/work/Orion_CM4
g++ orion_receaver.cpp -lwiringPi -o b.out
g++ orion_comunication_core.cpp -lwiringPi -o a.out
ls -R
g++ ./orion_receaver.cpp -lwiringPi -o b.out
g++ ./orion_comunication_core.cpp -lwiringPi -o a.out

0 comments on commit 756b73f

Please sign in to comment.