Обновить .gitea/workflows/check-tests.yml
This commit is contained in:
parent
13b539433b
commit
617320aa90
|
@ -4,7 +4,7 @@ on: [push]
|
|||
|
||||
jobs:
|
||||
test-check:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: biba
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
@ -15,10 +15,6 @@ jobs:
|
|||
# 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++ make lua-dev
|
||||
version: 1.0
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue