Обновить .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:46:16 +00:00
parent 4fb43277f4
commit bea42d1688

View file

@ -4,17 +4,17 @@ on: [push]
jobs:
test-check:
runs-on: ubuntu-latest
runs-on: 1onyad1/cpp_ci
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: |