Skip to content

Commit 0aa8c9e

Browse files
committed
Update cmake-ninja-crossbuild-new.yml
1 parent 6cbdd01 commit 0aa8c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-ninja-crossbuild-new.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: docker exec -w /root/ninja multiarch /root/build/bin/cmake --install build
105105

106106
- name: Host - Take ownership of build dir
107-
run: sudo chown -R 1001 build
107+
run: sudo chown -R $(id -u):$(id -g) build
108108

109109
- name: Host - Get cmake and ninja version versions - ${{ matrix.arch }}
110110
run: |

0 commit comments

Comments
 (0)