mirror of
https://github.com/curl/curl.git
synced 2026-07-09 17:07:15 +03:00
ci: update github actions
- bump actions/checkout from 2 to 3 - bump actions/upload-artifact from 1 to 3 - bump github/codeql-actions from 1 to 2 - use version tag for actions/checkout Closes #8843
This commit is contained in:
parent
5227367903
commit
bda0d5fb84
14 changed files with 18 additions and 18 deletions
2
.github/workflows/linux-hyper.yml
vendored
2
.github/workflows/linux-hyper.yml
vendored
|
|
@ -41,7 +41,7 @@ jobs:
|
|||
RUSTFLAGS="--cfg hyper_unstable_ffi" cargo +nightly rustc --features client,http1,http2,ffi -Z unstable-options --crate-type cdylib)
|
||||
name: 'install hyper'
|
||||
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- run: autoreconf -fi && LDFLAGS="-Wl,-rpath,$HOME/hyper/target/debug" ./configure --enable-warnings --enable-werror ${{ matrix.build.configure }} && make V=1
|
||||
name: 'configure and build'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue