Skip to content

Commit

Permalink
Fix broken CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slhmy committed Apr 25, 2023
1 parent 60329e7 commit 0c80df6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install -y libseccomp-dev protobuf-compiler && >
run: sudo apt-get install -y libseccomp-dev protobuf-compiler git && >
git submodule sync test-collection
- name: Test Command sh
run: sh -c "echo test"
Expand Down

0 comments on commit 0c80df6

Please sign in to comment.