Обновить .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: jobs:
test-check: test-check:
runs-on: biba runs-on: ubuntu-latest
steps: steps:
- 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
- name: Build - name: Build
run: | run: |