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]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Compile:
|
Compile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-jammy
|
||||||
steps:
|
steps:
|
||||||
- name: Setup PlatformIO
|
- name: Setup PlatformIO
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
apt -y install software-properties-common
|
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 update
|
||||||
apt -y install platformio
|
apt -y install platformio
|
||||||
- name: Compile
|
- name: Compile
|
||||||
|
|
Loading…
Reference in a new issue