mirror of
https://github.com/esphome/esphome-flasher.git
synced 2025-01-06 19:18:23 +01:00
Fix CI needs apt update sometimes (#100)
This commit is contained in:
parent
b1bfb387d4
commit
1c24e594e9
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -63,6 +63,7 @@ jobs:
|
|||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update
|
||||||
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
||||||
pip install -U \
|
pip install -U \
|
||||||
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 \
|
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 \
|
||||||
@ -120,6 +121,7 @@ jobs:
|
|||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update
|
||||||
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
||||||
pip install -U \
|
pip install -U \
|
||||||
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 \
|
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 \
|
||||||
|
1
.github/workflows/lint.yml
vendored
1
.github/workflows/lint.yml
vendored
@ -33,6 +33,7 @@ jobs:
|
|||||||
python-version: '3.7'
|
python-version: '3.7'
|
||||||
- name: Install apt dependencies
|
- name: Install apt dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update
|
||||||
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
||||||
|
|
||||||
- name: Get pip cache dir
|
- name: Get pip cache dir
|
||||||
|
1
.github/workflows/release-assets.yml
vendored
1
.github/workflows/release-assets.yml
vendored
@ -68,6 +68,7 @@ jobs:
|
|||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
sudo apt update
|
||||||
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
||||||
pip install -U \
|
pip install -U \
|
||||||
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 \
|
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 \
|
||||||
|
Loading…
Reference in New Issue
Block a user