mirror of
https://github.com/ton-blockchain/ton
synced 2025-03-09 15:40:10 +00:00
Update ccpp-linux.yml
Soon github actions will use ubuntu 20.04 as latest. Let's avoid surprised and stick to ubuntu-18.04 fow now.
This commit is contained in:
parent
5e1db6f2c7
commit
ba0f065c59
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