Обновить .gitea/workflows/check-tests.yml
Some checks failed
Clang-format Check / clang-format-check (push) Successful in 57s
Tests Check / test-check (push) Failing after 57s

This commit is contained in:
onyad 2023-10-26 09:05:16 +00:00
parent 67f0ab5d19
commit 15f90c65dc

View file

@ -10,11 +10,15 @@ jobs:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Install g++ # - name: Install g++
run: | # run: |
apt-get update -y # apt-get update -y
apt-get upgrade -y # apt-get upgrade -y
apt-get install -y g++ cmake make lua5.3-dev # apt-get install -y g++ cmake make lua5.3-dev
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: g++ cmake make lua5.3-dev
version: 1.0
- name: Build - name: Build
run: | run: |