Skip to content

Commit 6d9ed15

Browse files
committed
Sets SOF root source directory in workflow environment
Defines the SOF_ROOT_SOURCE_DIRECTORY environment variable in the GitHub Actions workflow to standardize the root source directory path for builds. Improves build consistency and simplifies configuration. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent dfa7a06 commit 6d9ed15

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/testbench.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ jobs:
3232

3333
build-run:
3434
runs-on: ubuntu-22.04
35+
env:
36+
SOF_ROOT_SOURCE_DIRECTORY: /home/sof/work/sof.git
3537

3638
steps:
3739
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)