Skip to content

Commit 5b93f5d

Browse files
authored
1 parent 2274caa commit 5b93f5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ jobs:
298298
run: cargo clippy --all-targets --manifest-path tensorboard/data/server/Cargo.toml -- -D warnings
299299
- name: 'Check cargo-raze freshness'
300300
run: |
301+
mkdir -p /tmp/cargo-raze/doesnt/exist/
301302
rm -rf third_party/rust/
302303
(cd tensorboard/data/server/ && cargo fetch && cargo raze)
303304
git add .

0 commit comments

Comments
 (0)