Skip to content

Commit 38442b0

Browse files
authored
ci: Update build instructions (#10)
- Needs explicit flag to build as root user (within container)
1 parent 2b04dd0 commit 38442b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
working-directory: /workspace
2323
run: |
2424
python3 -m pip install cmake --upgrade
25-
./build.sh --build_wheel --config Release --parallel ${{ github.event_name == 'pull_request' && ' ' || '--skip_tests'}} --skip_submodule_sync
25+
./build.sh --build_wheel --config Release --parallel ${{ github.event_name == 'pull_request' && ' ' || '--skip_tests'}} --skip_submodule_sync --allow_running_as_root
2626
wheel_path=$(find . -name '*.whl' | xargs readlink -f)
2727
echo "wheel_path=$wheel_path" >> $GITHUB_ENV
2828
- name: Count releases

0 commit comments

Comments
 (0)