Specify jammy docker image
Some checks reported warnings
Compile / Compile (push) Has been cancelled

This commit is contained in:
Lewis Jackson 2023-05-30 19:48:45 +03:00
parent e1f478fce1
commit 619d1003e6

View file

@ -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