From 57e2e75d249e19fca289ad44b3f806dca68496b9 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sat, 19 Nov 2022 18:35:00 -0600 Subject: [PATCH] Add shells --- .github/workflows/composite/build_base.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/composite/build_base.yml b/.github/workflows/composite/build_base.yml index 4bd0cc89a..5c57e506a 100644 --- a/.github/workflows/composite/build_base.yml +++ b/.github/workflows/composite/build_base.yml @@ -29,14 +29,17 @@ runs: key: ${{ runner.os }}-pip - name: Upgrade python tools + shell: bash run: | python -m pip install --upgrade pip pip install -U platformio adafruit-nrfutil - name: Upgrade platformio + shell: bash run: | pio upgrade - name: Get release version string + shell: bash run: echo "version=$(./bin/buildinfo.py long)" >> $GITHUB_OUTPUT id: version \ No newline at end of file