Обновить .gitea/workflows/check-tests.yml
All checks were successful
Clang-format Check / clang-format-check (push) Successful in 56s
Tests Check / test-check (push) Successful in 3m59s

This commit is contained in:
onyad 2023-10-26 09:32:39 +00:00
parent 617320aa90
commit 4fb43277f4

View file

@ -4,17 +4,17 @@ on: [push]
jobs:
test-check:
runs-on: biba
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
# - name: Install g++
# run: |
# apt-get update -y
# apt-get upgrade -y
# apt-get install -y g++ cmake make lua5.3-dev
- name: Install g++
run: |
apt-get update -y
apt-get upgrade -y
apt-get install -y g++ cmake make lua5.3-dev
- name: Build
run: |