Browse Source

ci(Linux): add libkrb5-dev [skip ci]

Baptiste Augrain 1 year ago
parent
commit
8d023eb88b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/insider-linux.yml

+ 3 - 0
.github/workflows/insider-linux.yml

@@ -147,6 +147,9 @@ jobs:
         run: ./install_gh.sh
         if: env.SHOULD_DEPLOY == 'yes'
 
+      - name: Install libkrb5-dev
+        run: sudo apt-get install -y libkrb5-dev
+
       - name: Check existing VSCodium tags/releases
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}