mirror of
https://github.com/curl/curl.git
synced 2026-06-26 13:05:43 +03:00
add time limits
This commit is contained in:
parent
10ab9d7289
commit
9360f60b5e
1 changed files with 4 additions and 0 deletions
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
|
@ -95,6 +95,7 @@ jobs:
|
|||
security-events: write
|
||||
steps:
|
||||
- name: 'install prereqs'
|
||||
timeout-minutes: 5
|
||||
run: |
|
||||
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
||||
sudo apt-get -o Dpkg::Use-Pty=0 update
|
||||
|
|
@ -112,6 +113,7 @@ jobs:
|
|||
build-mode: manual
|
||||
|
||||
- name: 'build'
|
||||
timeout-minutes: 10
|
||||
run: |
|
||||
cmake -B . -G Ninja
|
||||
cmake --build . --verbose --target testdeps
|
||||
|
|
@ -126,6 +128,7 @@ jobs:
|
|||
security-events: write
|
||||
steps:
|
||||
- name: 'install prereqs'
|
||||
timeout-minutes: 5
|
||||
run: |
|
||||
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
||||
sudo apt-get -o Dpkg::Use-Pty=0 update
|
||||
|
|
@ -143,6 +146,7 @@ jobs:
|
|||
build-mode: manual
|
||||
|
||||
- name: 'build'
|
||||
timeout-minutes: 10
|
||||
run: |
|
||||
cmake -B . -G Ninja
|
||||
cmake --build . --verbose
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue