File tree 4 files changed +7
-3
lines changed
4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 33
33
run : |
34
34
g++ -v
35
35
cd SampleProjects/NetworkLib
36
- sh ./scripts/install.sh
37
36
bundle install
37
+ bundle exec ensure_arduino_installation.rb
38
+ sh ./scripts/install.sh
38
39
bundle exec arduino_ci.rb
Original file line number Diff line number Diff line change 33
33
run : |
34
34
g++ -v
35
35
cd SampleProjects/NetworkLib
36
- sh ./scripts/install.sh
37
36
bundle install
37
+ bundle exec ensure_arduino_installation.rb
38
+ sh ./scripts/install.sh
38
39
bundle exec arduino_ci.rb
Original file line number Diff line number Diff line change 33
33
run : |
34
34
g++ -v
35
35
cd SampleProjects/NetworkLib
36
- bash -x ./scripts/install.sh
37
36
bundle install
37
+ bundle exec ensure_arduino_installation.rb
38
+ bash -x ./scripts/install.sh
38
39
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/).
22
22
- Example sketches with no configured platforms were printing the wrong configuration values to the debug message
23
23
- Libraries directory was not being automatically created prior to attempting to change directory into it
24
24
- A style error whose "fix" caused an _ actual_ error.
25
+ - Proper installation order for NetworkLib in CI workflow configuration
25
26
26
27
### Security
27
28
You can’t perform that action at this time.
0 commit comments