Merge branch 'fix_host_test_github' into 'master'

fix: Fix host test for github ci.

Closes IDF-8883

See merge request espressif/esp-mqtt!206
This commit is contained in:
Rocha Euripedes
2024-04-24 21:52:37 +08:00

View File

@ -22,7 +22,7 @@ jobs:
- name: Build and Test
shell: bash
run: |
apt-get update && apt-get install -y gcc-8 g++-8 python3-pip rsync
apt-get update && apt-get install -y gcc g++ python3-pip rsync
${IDF_PATH}/install.sh
. ${IDF_PATH}/export.sh
echo "IDF_PATH=${IDF_PATH}" >> $GITHUB_ENV