Fix test
This commit is contained in:
9
.github/workflows/curl.yml
vendored
9
.github/workflows/curl.yml
vendored
@@ -1,10 +1,8 @@
|
||||
name: CURL Test
|
||||
name: curl Test
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ '*' ]
|
||||
pull_request:
|
||||
branches: [ '*' ]
|
||||
workflow_call:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -25,6 +23,9 @@ jobs:
|
||||
with:
|
||||
repository: curl/curl
|
||||
path: curl
|
||||
- name: Install test dependency
|
||||
working-directory: ./curl
|
||||
run: sudo apt-get install nghttp2
|
||||
- name: curl buildconf
|
||||
working-directory: ./curl
|
||||
run: ./buildconf
|
||||
|
||||
Reference in New Issue
Block a user