1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Tweak actions (#1305)

* Add benchmark action

* Fix Windows build
This commit is contained in:
Yuki Okushi
2020-01-23 06:23:53 +09:00
committed by GitHub
parent 3a5b62b550
commit 2e9ab0625e
3 changed files with 59 additions and 7 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Generate Cargo.lock
uses: actions-rs/cargo@v1
with:
command: update
command: generate-lockfile
- name: Cache cargo registry
uses: actions/cache@v1
with: