Kerberos auth for proxies (#188130)

This commit is contained in:
Christof Marti
2023-07-19 20:11:00 +02:00
committed by GitHub
parent d1177d5987
commit 6ae441b56f
19 changed files with 192 additions and 54 deletions

View File

@@ -45,6 +45,9 @@ jobs:
path: ${{ steps.yarnCacheDirPath.outputs.dir }}
key: ${{ runner.os }}-yarnCacheDir-${{ steps.nodeModulesCacheKey.outputs.value }}
restore-keys: ${{ runner.os }}-yarnCacheDir-
- name: Install libkrb5-dev
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
run: sudo apt install -y libkrb5-dev
- name: Execute yarn
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
env: