Skip to content

Commit

Permalink
Use correct action path
Browse files Browse the repository at this point in the history
  • Loading branch information
wwared committed Mar 12, 2024
1 parent 0405862 commit 0094abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
submodules: recursive
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- uses: ./.github/actions/install-deps
- uses: lurk-lab/ci-workflows/.github/actions/install-deps
with:
packages: 'pkg-config libssl-dev protobuf-compiler libprotobuf-dev'
- name: Patch Cargo.toml
Expand Down

0 comments on commit 0094abe

Please sign in to comment.