fix CI
Some checks failed
Clang-format Check / clang-format-check (push) Successful in 16s
Tests Check / test-check (push) Failing after 13s

This commit is contained in:
Timofey Khoruzhii 2023-05-09 01:49:06 +03:00
parent d06ddf023a
commit 644b555da9
2 changed files with 9 additions and 2 deletions

View file

@ -14,7 +14,7 @@ jobs:
run: |
apt-get update -y
apt-get upgrade -y
apt-get install -y g++ cmake make
apt-get install -y g++ cmake make lua5.3-dev
- name: Build
run: |