mirror of
https://github.com/actix/actix-web.git
synced 2025-01-11 17:55:38 +00:00
fix cargo-add in CI
This commit is contained in:
parent
e0845d9ad9
commit
f7d629a61a
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
@ -50,6 +50,7 @@ jobs:
|
||||||
- name: workaround MSRV issues
|
- name: workaround MSRV issues
|
||||||
if: matrix.version != 'stable'
|
if: matrix.version != 'stable'
|
||||||
run: |
|
run: |
|
||||||
|
cargo install cargo-add
|
||||||
cargo add const-str@0.3 --dev -p=actix-web
|
cargo add const-str@0.3 --dev -p=actix-web
|
||||||
cargo add const-str@0.3 --dev -p=awc
|
cargo add const-str@0.3 --dev -p=awc
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue