Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Lokesh-Carbonix committed Oct 10, 2023
1 parent b80bc3f commit e887e8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
shell: 'script -q -e -c "bash {0}"'
run: |
source ~/.bashrc
git config --global --add safe.directory /__w/CarbonixUAV/carbopilot_V2
git config --global --add safe.directory /__w/carbopilot_V2/carbopilot_V2
./waf configure
./waf rover
Expand All @@ -116,6 +116,6 @@ jobs:
shell: 'script -q -e -c "bash {0}"'
run: |
source ~/.bashrc
git config --global --add safe.directory /__w/CarbonixUAV/carbopilot_V2
git config --global --add safe.directory /__w/carbopilot_V2/carbopilot_V2
./waf configure --board CubeOrange
./waf plane

0 comments on commit e887e8f

Please sign in to comment.