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