1
0
Fork 0
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:
AleksejMelman 2021-02-23 14:31:58 +01:00 committed by GitHub
parent 5e1db6f2c7
commit ba0f065c59
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
submodules: 'recursive'
- name: Run Cppcheck
uses: Bedzior/run-cppcheck@master