We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7691e79 commit 7d8956dCopy full SHA for 7d8956d
.github/workflows/ci-basic.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Install dependencies on Ubuntu
23
#run: sudo apt-get update && sudo apt-get install -y protobuf-compiler build-essential librocksdb-dev
24
run: sudo apt-get update && sudo apt-get install -y protobuf-compiler librocksdb-dev
25
+ # Remove group/world write permissions so Cargo loads the config (insecure files are ignored)
26
+ - name: Secure .cargo config
27
+ run: chmod -R go-w .cargo
28
- name: Run tests
29
run: cargo test --verbose
30
- name: Verify working directory is clean
0 commit comments