diff --git a/.github/workflows/discover-and-prepare-upstream-native-modules.yml b/.github/workflows/discover-and-prepare-upstream-native-modules.yml index f160ed1..020c87f 100644 --- a/.github/workflows/discover-and-prepare-upstream-native-modules.yml +++ b/.github/workflows/discover-and-prepare-upstream-native-modules.yml @@ -31,8 +31,6 @@ jobs: with: cache: npm node-version: 18 - - name: Install krb5 - run: sudo apt-get install -y libkrb5-dev - run: npm install --omit=optional - name: Set Electron Major version in env run: echo "ELECTRON_MAJOR_VERSION=$(node get-electron-major-version.js)" >> $GITHUB_ENV