|
|
@ -100,6 +100,13 @@ jobs: |
|
|
|
git clean -f -d |
|
|
|
git clean -f -d |
|
|
|
git log --graph --oneline HEAD...${PR_HEAD} |
|
|
|
git log --graph --oneline HEAD...${PR_HEAD} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set up Python |
|
|
|
|
|
|
|
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 |
|
|
|
|
|
|
|
with: |
|
|
|
|
|
|
|
python-version: 3.12 |
|
|
|
|
|
|
|
cache: pip |
|
|
|
|
|
|
|
cache-dependency-path: doc/requirements.txt |
|
|
|
|
|
|
|
|
|
|
|
- name: Setup Zephyr project |
|
|
|
- name: Setup Zephyr project |
|
|
|
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6 |
|
|
|
uses: zephyrproject-rtos/action-zephyr-setup@f7b70269a8eb01f70c8e710891e4c94972a2f6b4 # v1.0.6 |
|
|
|
with: |
|
|
|
with: |
|
|
@ -195,6 +202,13 @@ jobs: |
|
|
|
with: |
|
|
|
with: |
|
|
|
path: zephyr |
|
|
|
path: zephyr |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- name: Set up Python |
|
|
|
|
|
|
|
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0 |
|
|
|
|
|
|
|
with: |
|
|
|
|
|
|
|
python-version: 3.12 |
|
|
|
|
|
|
|
cache: pip |
|
|
|
|
|
|
|
cache-dependency-path: doc/requirements.txt |
|
|
|
|
|
|
|
|
|
|
|
- name: install-pkgs |
|
|
|
- name: install-pkgs |
|
|
|
run: | |
|
|
|
run: | |
|
|
|
sudo apt-get update |
|
|
|
sudo apt-get update |
|
|
|