This commit is contained in:
Henning Dieterichs 2023-07-27 12:30:44 +02:00
parent 10e5fab2c2
commit cc040dbbd1
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06

View file

@ -42,7 +42,6 @@ extends:
testPlatforms: []
buildSteps:
- name: Install libkrb5-dev
if: ${{ steps.cacheNodeModules.outputs.cache-hit != 'true' }}
run: sudo apt install -y libkrb5-dev
- script: npm ci