Skip to content

Commit b43d93c

Browse files
fix: Fix host test for github ci.
1 parent aa6f889 commit b43d93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mqtt__host-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Build and Test
2323
shell: bash
2424
run: |
25-
apt-get update && apt-get install -y gcc-8 g++-8 python3-pip rsync
25+
apt-get update && apt-get install -y gcc g++ python3-pip rsync
2626
${IDF_PATH}/install.sh
2727
. ${IDF_PATH}/export.sh
2828
echo "IDF_PATH=${IDF_PATH}" >> $GITHUB_ENV

0 commit comments

Comments
 (0)