Ver código fonte

ci(linux): add missing lib [skip ci]

Baptiste Augrain 1 ano atrás
pai
commit
e23717a28a
1 arquivos alterados com 3 adições e 0 exclusões
  1. 3 0
      .github/workflows/insider-linux.yml

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

@@ -72,6 +72,9 @@ jobs:
         with:
         with:
           python-version: '3.11'
           python-version: '3.11'
 
 
+      - name: Install libkrb5-dev
+        run: sudo apt-get install -y libkrb5-dev
+
       - name: Clone VSCode repo
       - name: Clone VSCode repo
         run: ./get_repo.sh
         run: ./get_repo.sh