mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Merge pull request #20 from newton-blockchain/githubaction-fix-1
Update ccpp-linux.yml
This commit is contained in:
commit
a002ab1bac
1 changed files with 2 additions and 3 deletions
5
.github/workflows/ccpp-linux.yml
vendored
5
.github/workflows/ccpp-linux.yml
vendored
|
@ -5,13 +5,12 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-18.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository
|
- name: Check out repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
depth: 1
|
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- name: Run Cppcheck
|
- name: Run Cppcheck
|
||||||
uses: Bedzior/run-cppcheck@master
|
uses: Bedzior/run-cppcheck@master
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue