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

simplify CI

This commit is contained in:
Rob Ede
2023-04-02 03:27:14 +01:00
parent 8dee8a1426
commit 97399e8c8c
4 changed files with 17 additions and 48 deletions

View File

@ -48,7 +48,7 @@ jobs:
- name: Install ${{ matrix.version }}
uses: actions-rs/toolchain@v1
with:
toolchain: ${{ matrix.version }}-${{ matrix.target.triple }}
toolchain: ${{ matrix.version }}
profile: minimal
override: true