Skip to content

Commit 9d81dc7

Browse files
committed
Test
1 parent 201ff88 commit 9d81dc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pre-commit.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
run: |
4343
sudo apt-get update
4444
sudo apt-get install -y cppcheck
45-
wget -O - https://github.com/oclint/oclint/releases/download/v22.02/oclint-22.02-llvm-13.0.1-x86_64-linux-ubuntu-20.04.tar.gz | tar -xz -C ~/
45+
wget https://github.com/oclint/oclint/releases/download/v22.02/oclint-22.02-llvm-13.0.1-x86_64-linux-ubuntu-20.04.tar.gz -O /tmp/oclint.tar.gz
46+
tar -xzf /tmp/oclint.tar.gz -C ~/
4647
python -m pip install pre-commit docutils
4748
echo "source .github/scripts/install-arduino-cli.sh" >> ~/install.sh
4849
echo "source .github/scripts/install-arduino-core-esp32.sh" >> ~/install.sh

0 commit comments

Comments
 (0)