1716905618

This commit is contained in:
Eugene Lozovoy
2024-05-28 17:13:38 +03:00
parent dddc7287f5
commit 5c1a21078c

View File

@ -170,9 +170,3 @@ runs:
echo "Downgrade cargo registry protocol to git"
echo "CARGO_REGISTRIES_CRATES_IO_PROTOCOL=git" >> $GITHUB_ENV
fi
- name: Setup Rust Caching
if: inputs.cache == 'true'
uses: Swatinem/rust-cache@v2
with:
workspaces: ${{inputs.cache-workspaces}}