mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-30 10:48:06 +02:00
fix: Fix host test for github ci.
This commit is contained in:
2
.github/workflows/mqtt__host-tests.yml
vendored
2
.github/workflows/mqtt__host-tests.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
- name: Build and Test
|
- name: Build and Test
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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}/install.sh
|
||||||
. ${IDF_PATH}/export.sh
|
. ${IDF_PATH}/export.sh
|
||||||
echo "IDF_PATH=${IDF_PATH}" >> $GITHUB_ENV
|
echo "IDF_PATH=${IDF_PATH}" >> $GITHUB_ENV
|
||||||
|
Reference in New Issue
Block a user