Skip to content

Commit

Permalink
Fix permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
bording committed Nov 27, 2024
1 parent f68cbf9 commit 4a5a995
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
sudo apt-get install azure-functions-core-tools -y
echo "PathToFuncExe=func" >> $GITHUB_ENV
shell: bash
- name: Fix Azure Functions Core Tools permissions
if: runner.os == 'Linux'
run: chmod +x /usr/lib/azure-functions-core-tools/in-proc6/func
- name: Check Azure Functions Core Tools permissions
if: runner.os == 'Linux'
run: ls -al /usr/lib/azure-functions-core-tools/in-proc6/func
Expand Down

0 comments on commit 4a5a995

Please sign in to comment.