Skip to content

Commit

Permalink
Merge branch 'fix_host_test_github' into 'master'
Browse files Browse the repository at this point in the history
fix: Fix host test for github ci.

Closes IDF-8883

See merge request espressif/esp-mqtt!206
  • Loading branch information
euripedesrocha committed Apr 24, 2024
2 parents aa6f889 + b43d93c commit ef12b61
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 ef12b61

Please sign in to comment.