File tree Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Expand file tree Collapse file tree 4 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 30
30
# espressif
31
31
- name : Get espressif toolchain
32
32
if : inputs.port == 'espressif'
33
- run : sudo apt-get install -y ninja-build
33
+ run : |
34
+ sudo apt-get update
35
+ sudo apt-get install -y ninja-build
34
36
shell : bash
35
37
- name : Install IDF tools
36
38
if : inputs.port == 'espressif'
Original file line number Diff line number Diff line change 7
7
run : |
8
8
wget --no-verbose https://adafruit-circuit-python.s3.amazonaws.com/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz
9
9
sudo tar -C /usr --strip-components=1 -xaf gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz
10
+ sudo apt-get update
10
11
sudo apt-get install -y mtools
11
12
shell : bash
12
13
- name : Install mkfs.fat
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ jobs:
174
174
uses : ./.github/actions/deps/submodules
175
175
- name : Install dependencies
176
176
run : |
177
+ sudo apt-get update
177
178
sudo apt-get install -y latexmk librsvg2-bin texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra
178
179
pip install -r requirements-doc.txt
179
180
- name : Build and Validate Stubs
Original file line number Diff line number Diff line change 30
30
- name : Set up external
31
31
uses : ./.github/actions/deps/external
32
32
- name : Install dependencies
33
- run : sudo apt-get install -y gettext uncrustify
33
+ run : |
34
+ sudo apt-get update
35
+ sudo apt-get install -y gettext uncrustify
34
36
- name : Run pre-commit
35
37
uses :
pre-commit/[email protected]
36
38
- name : Make patch
You can’t perform that action at this time.
0 commit comments