mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-07-29 18:28:24 +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
|
||||
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
|
||||
|
Reference in New Issue
Block a user