Specify jammy docker image
Some checks reported warnings
Compile / Compile (push) Has been cancelled
Some checks reported warnings
Compile / Compile (push) Has been cancelled
This commit is contained in:
parent
e1f478fce1
commit
619d1003e6
1 changed files with 2 additions and 2 deletions
|
@ -3,13 +3,13 @@ run-name: ${{ github.actor }} is compiling
|
|||
on: [push]
|
||||
jobs:
|
||||
Compile:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-jammy
|
||||
steps:
|
||||
- name: Setup PlatformIO
|
||||
run: |
|
||||
apt update
|
||||
apt -y install software-properties-common
|
||||
add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
|
||||
add-apt-repository "deb http://archive.ubuntu.com/ubuntu jammy universe"
|
||||
apt update
|
||||
apt -y install platformio
|
||||
- name: Compile
|
||||
|
|
Loading…
Reference in a new issue