mirror of
https://github.com/esphome/esphome-flasher.git
synced 2025-01-04 18:59:11 +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'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
||||
pip install -U \
|
||||
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 \
|
||||
@ -120,6 +121,7 @@ jobs:
|
||||
python-version: '3.9'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
||||
pip install -U \
|
||||
-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'
|
||||
- name: Install apt dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
||||
|
||||
- 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'
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install libgtk-3-dev libnotify-dev libsdl2-dev
|
||||
pip install -U \
|
||||
-f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 \
|
||||
|
Loading…
Reference in New Issue
Block a user