Fix Build&Deploy action: update package list before installing libkrb5-dev

This commit is contained in:
Arseniy Zaostrovnykh 2023-03-21 13:52:55 +01:00 committed by GitHub
parent e2e03e117d
commit 71af260baf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@ jobs:
- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
working-directory: frontend
run: |
sudo apt-get update
sudo apt-get install libkrb5-dev -y
npm install
npm run predeploy