fix: Fix host test for github ci.

This commit is contained in:
Euripedes Rocha
2024-04-17 14:35:34 +02:00
parent aa6f889fb4
commit b43d93c82d

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