Skip to content

Commit

Permalink
Without sudo
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Nelson <minelson@vmware.com>
  • Loading branch information
absoludity committed Aug 10, 2023
1 parent 10bc422 commit 95d930a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/kubeapps-general.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install protoc dependency
run: sudo apt-get install -y protobuf-compiler
run: |
apt-cache search protoc
apt-get install -y protobuf-compiler
- name: Run rust unit tests
run: cargo test --manifest-path cmd/oci-catalog/Cargo.toml

Expand Down

0 comments on commit 95d930a

Please sign in to comment.