Обновить .gitea/workflows/check-tests.yml
This commit is contained in:
parent
4fb43277f4
commit
bea42d1688
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue