Skip to content

Commit

Permalink
krb5 is not needed during prepare
Browse files Browse the repository at this point in the history
  • Loading branch information
bigorn0 committed Sep 25, 2023
1 parent 032d21f commit 4209950
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4209950

Please sign in to comment.