Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fdb2511

Browse files
committedApr 13, 2024
Test
1 parent 152f87c commit fdb2511

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

‎.github/workflows/pre-commit.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,11 @@ jobs:
4141
- name: Install dependencies
4242
run: |
4343
sudo apt update
44-
sudo apt install -y cppcheck
44+
sudo apt-get install -y cppcheck
4545
python -m pip install pre-commit docutils
46-
bash -c "./.github/scripts/install-arduino-cli.sh && ./.github/scripts/install-arduino-core-esp32.sh"
46+
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
4749
4850
- name: Wait on other jobs to finish
4951
uses: lucasssvaz/wait-on-workflow@v1

0 commit comments

Comments
 (0)
Please sign in to comment.