We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79f8dc2 commit fdeb1eaCopy full SHA for fdeb1ea
2 files changed
.github/actions/platformio-env/action.yml
@@ -9,6 +9,7 @@ runs:
9
apt update
10
export DEBIAN_FRONTEND=noninteractive
11
apt install -y git curl python3 python3-pip python3-venv git cmake
12
- python3 -c "$(curl -fsSL https://raw.githubusercontent.com/platformio/platformio/master/scripts/get-platformio.py)"
+ curl -fsSL -o get-platformio.py https://raw.githubusercontent.com/platformio/platformio-core-installer/master/get-platformio.py
13
+ python3 get-platformio.py
14
echo 'export PATH=$PATH:~/.platformio/penv/bin' >> ~/.bashrc
15
.github/workflows/ci.yml
@@ -8,8 +8,8 @@ on:
8
jobs:
micro_ros_platformio:
- runs-on: ubuntu-20.04
- container: ubuntu:20.04
+ runs-on: ubuntu-22.04
+ container: ubuntu:22.04
strategy:
fail-fast: false
0 commit comments