Skip to content

Commit

Permalink
Add sudo to step
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby committed Sep 10, 2023
1 parent f5c4a78 commit 967b225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: ./.github/scripts/gen-test-certs.sh

- name: Add Custom CA cert
run: cp /home/runner/work/storage/storage/tls/ca.crt /usr/local/share/ca-certificates/custom.crt
run: sudo cp /home/runner/work/storage/storage/tls/ca.crt /usr/local/share/ca-certificates/custom.crt

- name: Trust Custom CA Cert
run: sudo update-ca-certificates
Expand Down

0 comments on commit 967b225

Please sign in to comment.