Fix indentation error

Signed-off-by: trivernis <trivernis@protonmail.com>
actions
trivernis 4 years ago
parent ca3a3e36b1
commit f4153d9cef
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -42,10 +42,10 @@ jobs:
uses: actions/checkout@v2 uses: actions/checkout@v2
- name: Set up toolchain - name: Set up toolchain
uses: actions-rs/toolchain@v1 uses: actions-rs/toolchain@v1
with: with:
toolchain: stable toolchain: stable
target: ${{ matrix.target }} target: ${{ matrix.target }}
override: true override: true
- name: Cache cargo builds - name: Cache cargo builds
uses: actions/cache@v2 uses: actions/cache@v2
with: with:

Loading…
Cancel
Save