yaml is a pain

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2023-02-23 14:48:05 +01:00
Родитель 3090eda05c
Коммит 126e493c37
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/rust.yml поставляемый
Просмотреть файл

@ -110,7 +110,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.60
toolchain: "1.60"
override: true
target: x86_64-unknown-linux-musl
- uses: Swatinem/rust-cache@v2.2.0