try! run as root on macos-15
This commit is contained in:
parent
7308bb1dde
commit
1a19774551
5
.github/workflows/CI-unix.yml
vendored
5
.github/workflows/CI-unix.yml
vendored
@ -107,6 +107,11 @@ jobs:
|
||||
run: |
|
||||
./build/uv_run_tests_a platform_output
|
||||
- name: Test
|
||||
if: ${{ maxtrix.os == 'macos-15' }}
|
||||
run: |
|
||||
cd build && sudo UV_RUN_AS_ROOT=1 ctest -V
|
||||
- name: Test
|
||||
if: ${{ maxtrix.os != 'macos-15' }}
|
||||
run: |
|
||||
cd build && ctest -V
|
||||
- name: Autotools configure
|
||||
|
||||
Loading…
Reference in New Issue
Block a user