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 1439c39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/rust_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt-get install -y libseccomp-dev protobuf-compiler && >
git submodule sync test-collection
run: sudo apt-get install -y libseccomp-dev protobuf-compiler
- name: Prepare submodule
run: git submodule update --init --recursive
- name: Test Command sh
run: sh -c "echo test"
- name: Check ENV
Expand Down

0 comments on commit 1439c39

Please sign in to comment.