Test master once again on GitHub CI

This commit is contained in:
Héctor Ramón Jiménez 2023-09-04 15:18:09 +02:00
parent 88ee6c71a6
commit b04ff2a021
No known key found for this signature in database
GPG Key ID: 140CC052C94F138E

View File

@ -25,7 +25,7 @@ jobs:
components: rustfmt, clippy components: rustfmt, clippy
targets: x86_64-unknown-linux-musl targets: x86_64-unknown-linux-musl
steps: steps:
- uses: hecrj/setup-rust-action@use-bash - uses: hecrj/setup-rust-action@master
with: with:
rust-version: ${{ matrix.rust }} rust-version: ${{ matrix.rust }}
components: ${{ matrix.components || '' }} components: ${{ matrix.components || '' }}