mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-27 07:44:29 +02:00
Don't always set SUDO.
Rely on sourcing configs to set as appropriate.
This commit is contained in:
parent
e428f29402
commit
f57fbfe5eb
1
.github/workflows/c-cpp.yml
vendored
1
.github/workflows/c-cpp.yml
vendored
@ -52,7 +52,6 @@ jobs:
|
|||||||
- name: make tests
|
- name: make tests
|
||||||
run: ./.github/run_test.sh ${{ matrix.configs }}
|
run: ./.github/run_test.sh ${{ matrix.configs }}
|
||||||
env:
|
env:
|
||||||
SUDO: sudo
|
|
||||||
TEST_SSH_UNSAFE_PERMISSIONS: 1
|
TEST_SSH_UNSAFE_PERMISSIONS: 1
|
||||||
- name: save logs
|
- name: save logs
|
||||||
if: failure()
|
if: failure()
|
||||||
|
1
.github/workflows/selfhosted.yml
vendored
1
.github/workflows/selfhosted.yml
vendored
@ -10,7 +10,6 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
env:
|
env:
|
||||||
TARGET_HOST: ${{ matrix.os }}
|
TARGET_HOST: ${{ matrix.os }}
|
||||||
SUDO: sudo
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
# We use a matrix in two parts: firstly all of the VMs are tested with the
|
# We use a matrix in two parts: firstly all of the VMs are tested with the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user