Обновить .gitea/workflows/check-tests.yml
This commit is contained in:
parent
67f0ab5d19
commit
15f90c65dc
|
@ -10,11 +10,15 @@ jobs:
|
|||
- 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
|
||||
- uses: awalsh128/cache-apt-pkgs-action@latest
|
||||
with:
|
||||
packages: g++ cmake make lua5.3-dev
|
||||
version: 1.0
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue