Skip to content

Commit

Permalink
#136: fix permissions on build.sh in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Jan 14, 2025
1 parent 4c602f0 commit d7de7fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
@@ -124,6 +124,7 @@ jobs:
CMD='
cd '${WORKSPACE}'; \
ls -l; \
chmod +x ./ci/build.sh; \
chmod +x ./ci/test.sh; \
\
VT_TV_COVERAGE_ENABLED="${{ env.COVERAGE_ENABLED }}" \

0 comments on commit d7de7fe

Please sign in to comment.