Обновить .gitea/workflows/check-tests.yml
Some checks reported warnings
Clang-format Check / clang-format-check (push) Has been cancelled
Tests Check / test-check (push) Has been cancelled

This commit is contained in:
onyad 2023-10-26 09:19:26 +00:00
parent 13b539433b
commit 617320aa90

View file

@ -4,7 +4,7 @@ on: [push]
jobs:
test-check:
runs-on: ubuntu-latest
runs-on: biba
steps:
- name: Checkout repository
@ -15,10 +15,6 @@ jobs:
# apt-get update -y
# apt-get upgrade -y
# apt-get install -y g++ cmake make lua5.3-dev
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: g++ make lua-dev
version: 1.0
- name: Build
run: |