1
0
Fork 0
mirror of https://github.com/ton-blockchain/ton synced 2025-02-12 19:22:37 +00:00

Merge pull request #20 from newton-blockchain/githubaction-fix-1

Update ccpp-linux.yml
This commit is contained in:
Tolya Yanot 2021-02-23 17:22:12 +03:00 committed by GitHub
commit a002ab1bac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,13 +5,12 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04
steps:
- name: Check out repository
uses: actions/checkout@v2
with:
depth: 1
with:
submodules: 'recursive'
- name: Run Cppcheck
uses: Bedzior/run-cppcheck@master