File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 1313 uses : actions/checkout@v2
1414 - name : Update submodules and install lbuild
1515 run : |
16- (git submodule sync && git submodule update --init --jobs 8) & pip3 install -U lbuild & wait
16+ (git submodule sync && git submodule update --init --jobs 8) & pip3 install --upgrade --upgrade-strategy=eager lbuild & wait
1717 - name : Check environment
1818 run : |
1919 env
@@ -60,21 +60,22 @@ jobs:
6060 - name : Check for Trailing Whitespace
6161 if : always()
6262 run : |
63- python3 tools/scripts/rm_whitespace.py
6463 git checkout .
64+ python3 tools/scripts/rm_whitespace.py
6565 - name : Synchronize Documentation
6666 if : always()
6767 run : |
68- python3 tools/scripts/synchronize_docs.py -d
6968 git checkout .
70- - name : Synchronize HAL support table
69+ python3 tools/scripts/synchronize_docs.py -d
70+ - name : Synchronize HAL Support Matrix
7171 if : always()
7272 run : |
73- python3 tools/scripts/generate_hal_matrix.py -d
7473 git checkout .
74+ python3 tools/scripts/generate_hal_matrix.py -d
7575 - name : Check Examples
7676 if : always()
7777 run : |
78+ git checkout .
7879 python3 tools/scripts/examples_check.py
7980
8081 stm32-examples :
@@ -284,7 +285,7 @@ jobs:
284285 uses : actions/checkout@v2
285286 - name : Update submodules and install lbuild
286287 run : |
287- (git submodule sync && git submodule update --init --jobs 8) & pip3 install -U lbuild & wait
288+ (git submodule sync && git submodule update --init --jobs 8) & pip3 install --upgrade --upgrade-strategy=eager lbuild & wait
288289 - name : Test run of docs.modm.io-generator-script
289290 if : always()
290291 run : |
You can’t perform that action at this time.
0 commit comments