Skip to content

Commit

Permalink
Fix scripts location for MacOS 14 workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
e3m3 committed Sep 14, 2024
1 parent 145bee0 commit 6aa2a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-macos14.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ jobs:
export DISTRO=${{ inputs.distro }}
export OS=${{ inputs.os }}
export OS_VER=${{ inputs.os_ver }}
bash -c "./scripts/build-and-test-macos14-${{ inputs.script_type }}.sh"
bash -c "${{ github.workspace }}/scripts/build-and-test-macos14-${{ inputs.script_type }}.sh"

0 comments on commit 6aa2a24

Please sign in to comment.