Skip to content

Commit

Permalink
Check script file permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
gwauge committed Dec 6, 2024
1 parent 99203cb commit 119b0f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
if: steps.cache-install.outputs.cache-hit != 'true'
timeout-minutes: 10
run: |
id
ls -lisa .github/workflow_scripts/
sh -c .github/workflow_scripts/oneapi_setup_apt_repo_linux.sh
sudo apt install ${{ env.LINUX_CPP_COMPONENTS }}
Expand Down

0 comments on commit 119b0f1

Please sign in to comment.