fix TEST.yaml pkg install

This commit is contained in:
Lyon 2024-01-16 16:25:49 +08:00 committed by GitHub
parent eebd7c1724
commit a261d614a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,11 +21,13 @@ jobs:
- name: INSTALL_PACKAGE - name: INSTALL_PACKAGE
run: | run: |
sudo apt update
sudo apt install ninja-build sudo apt install ninja-build
sudo apt install liblua5.3-dev sudo apt install liblua5.3-dev
sudo apt install valgrind sudo apt install valgrind
sudo apt install upx sudo apt install upx
sudo apt install libmbedtls-dev sudo apt install libmbedtls-dev
sudo apt install lcov
sudo apt install clang-tidy sudo apt install clang-tidy
- name: install_google_benchmark - name: install_google_benchmark