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 152f87c commit fdb2511Copy full SHA for fdb2511
.github/workflows/pre-commit.yml
@@ -41,9 +41,11 @@ jobs:
41
- name: Install dependencies
42
run: |
43
sudo apt update
44
- sudo apt install -y cppcheck
+ sudo apt-get install -y cppcheck
45
python -m pip install pre-commit docutils
46
- bash -c "./.github/scripts/install-arduino-cli.sh && ./.github/scripts/install-arduino-core-esp32.sh"
+ echo "source .github/scripts/install-arduino-cli.sh" >> ~/install.sh
47
+ echo "source .github/scripts/install-arduino-core-esp32.sh" >> ~/install.sh
48
+ bash ~/install.sh
49
50
- name: Wait on other jobs to finish
51
uses: lucasssvaz/wait-on-workflow@v1
0 commit comments