File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 3333 run : |
3434 g++ -v
3535 cd SampleProjects/NetworkLib
36- sh ./scripts/install.sh
3736 bundle install
37+ bundle exec ensure_arduino_installation.rb
38+ sh ./scripts/install.sh
3839 bundle exec arduino_ci.rb
Original file line number Diff line number Diff line change 3333 run : |
3434 g++ -v
3535 cd SampleProjects/NetworkLib
36- sh ./scripts/install.sh
3736 bundle install
37+ bundle exec ensure_arduino_installation.rb
38+ sh ./scripts/install.sh
3839 bundle exec arduino_ci.rb
Original file line number Diff line number Diff line change 3333 run : |
3434 g++ -v
3535 cd SampleProjects/NetworkLib
36- bash -x ./scripts/install.sh
3736 bundle install
37+ bundle exec ensure_arduino_installation.rb
38+ bash -x ./scripts/install.sh
3839 bundle exec arduino_ci.rb
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2222- Example sketches with no configured platforms were printing the wrong configuration values to the debug message
2323- Libraries directory was not being automatically created prior to attempting to change directory into it
2424- A style error whose "fix" caused an _ actual_ error.
25+ - Proper installation order for NetworkLib in CI workflow configuration
2526
2627### Security
2728
You can’t perform that action at this time.
0 commit comments