Skip to content

Commit

Permalink
Add chmod for sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
FreePhoenix888 committed Jun 7, 2022
1 parent 1b0ffbc commit 773322c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
run: |
if [ -f "install-local-conan-dependencies.sh" ]; then
echo "install-local-conan-dependencies.sh exists."
chmod +x ./install-local-conan-dependencies.sh
./install-local-conan-dependencies.sh
fi
- name: Test and scan-build
Expand Down

0 comments on commit 773322c

Please sign in to comment.