Skip to content

Commit

Permalink
ci: Update to ubuntu20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
windowsair committed Apr 15, 2023
1 parent 64faa69 commit 6ffe17f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
continue-on-error: false
strategy:
matrix:
Expand All @@ -29,8 +29,10 @@ jobs:
if: matrix.target-hardware == 'esp8266'
run: |
sudo apt update
sudo apt install -y gcc git wget make libncurses-dev flex bison python python-setuptools python-serial ninja-build
sudo apt install -y gcc git wget make libncurses-dev flex bison python python-setuptools python3-serial ninja-build
wget https://dl.espressif.com/dl/xtensa-lx106-elf-linux64-1.22.0-100-ge567ec7-5.2.0.tar.gz
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
python get-pip.py
- name: install
if: matrix.target-hardware == 'esp8266'
Expand Down

0 comments on commit 6ffe17f

Please sign in to comment.