Skip to content

Commit

Permalink
fix (github-actions.yml): make Laerdal.SetupBuildEnvironment.sh execu…
Browse files Browse the repository at this point in the history
…table before invoking it
  • Loading branch information
ksidirop-laerdal committed Mar 13, 2024
1 parent a69c3fa commit 9c8c74c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 1

- name: 'Setup Build Environment'
run: '$Build_Repository_LocalPath/Laerdal.SetupBuildEnvironment.sh'
run: 'chmod +x $Build_Repository_LocalPath/Laerdal.SetupBuildEnvironment.sh && $Build_Repository_LocalPath/Laerdal.SetupBuildEnvironment.sh'
shell: bash

- name: 'Add Artifacts folder as a local NuGet Source'
Expand Down

0 comments on commit 9c8c74c

Please sign in to comment.