Skip to content

Commit

Permalink
fix: Fix host test for github ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
euripedesrocha committed Apr 17, 2024
1 parent aa6f889 commit b43d93c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mqtt__host-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b43d93c

Please sign in to comment.