diff --git a/.github/actions/deps/action.yaml b/.github/actions/deps/action.yaml index 11dcf39..58180e9 100644 --- a/.github/actions/deps/action.yaml +++ b/.github/actions/deps/action.yaml @@ -22,6 +22,7 @@ runs: unzip /tmp/protoc.zip -d ${HOME}/.local echo "PROTOC=${HOME}/.local/bin/protoc" >> $GITHUB_ENV export PATH="${PATH}:${HOME}/.local/bin" + - name: Rust cache uses: Swatinem/rust-cache@v2