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 3030 # espressif
3131 - name : Get espressif toolchain
3232 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
3436 shell : bash
3537 - name : Install IDF tools
3638 if : inputs.port == 'espressif'
Original file line number Diff line number Diff line change 77 run : |
88 wget --no-verbose https://adafruit-circuit-python.s3.amazonaws.com/gcc-arm-10.3-2021.07-x86_64-aarch64-none-elf.tar.xz
99 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
1011 sudo apt-get install -y mtools
1112 shell : bash
1213 - name : Install mkfs.fat
Original file line number Diff line number Diff line change @@ -174,6 +174,7 @@ jobs:
174174 uses : ./.github/actions/deps/submodules
175175 - name : Install dependencies
176176 run : |
177+ sudo apt-get update
177178 sudo apt-get install -y latexmk librsvg2-bin texlive-fonts-recommended texlive-latex-recommended texlive-latex-extra
178179 pip install -r requirements-doc.txt
179180 - name : Build and Validate Stubs
Original file line number Diff line number Diff line change 3030 - name : Set up external
3131 uses : ./.github/actions/deps/external
3232 - 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
3436 - name : Run pre-commit
3537 uses : pre-commit/action@v3.0.0
3638 - name : Make patch
You can’t perform that action at this time.
0 commit comments