Skip to content

Commit

Permalink
Add tmp dir to tentatively fix lint-rust error (tensorflow#6283)
Browse files Browse the repository at this point in the history
  • Loading branch information
yatbear authored and dna2github committed May 1, 2023
1 parent 2676d14 commit c985a5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ jobs:
run: cargo clippy --all-targets --manifest-path tensorboard/data/server/Cargo.toml -- -D warnings
- name: 'Check cargo-raze freshness'
run: |
mkdir -p /tmp/cargo-raze/doesnt/exist/
rm -rf third_party/rust/
(cd tensorboard/data/server/ && cargo fetch && cargo raze)
git add .
Expand Down

0 comments on commit c985a5c

Please sign in to comment.