Skip to content

Commit 9860926

Browse files
committed
!fixup
1 parent 22133a1 commit 9860926

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/linux.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)