mirror of
https://github.com/SChernykh/p2pool.git
synced 2024-11-16 15:57:39 +00:00
Increased time limit for cppcheck
This commit is contained in:
parent
ec35c74e5f
commit
963514667d
1 changed files with 2 additions and 7 deletions
9
.github/workflows/cppcheck.yml
vendored
9
.github/workflows/cppcheck.yml
vendored
|
@ -15,15 +15,10 @@ on:
|
|||
jobs:
|
||||
cppcheck-ubuntu:
|
||||
|
||||
timeout-minutes: 50
|
||||
timeout-minutes: 60
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
sudo apt update
|
||||
sudo apt install -y libuv1-dev libzmq3-dev libcurl4-openssl-dev
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
with:
|
||||
|
@ -60,7 +55,7 @@ jobs:
|
|||
|
||||
cppcheck-windows:
|
||||
|
||||
timeout-minutes: 50
|
||||
timeout-minutes: 60
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue