We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6f889 commit b43d93cCopy full SHA for b43d93c
.github/workflows/mqtt__host-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Build and Test
23
shell: bash
24
run: |
25
- 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
26
${IDF_PATH}/install.sh
27
. ${IDF_PATH}/export.sh
28
echo "IDF_PATH=${IDF_PATH}" >> $GITHUB_ENV
0 commit comments