Skip to content

Commit ea5dcc0

Browse files
committed
Adjusts workspace ownership for Docker compatibility
Adds a step to change ownership of the workspace directory to ensure compatibility with Docker's file system permissions. Relates to improving CI workflow reliability. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent bd48ef2 commit ea5dcc0

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/testbench.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
sudo apt-get -y install valgrind alsa-utils libasound2-dev ninja-build
4646
octave octave-signal
4747

48+
- name: Adjust ownership for Docker
49+
run: sudo chown -R 1000:1000 /github/workspace
50+
4851
# testbench needs some topologies.
4952
- name: build test topologies
5053
continue-on-error: true

0 commit comments

Comments
 (0)