mirror of
https://github.com/denoland/rusty_v8.git
synced 2024-11-21 20:28:58 +00:00
chore: remove "stop sscache" ci step (#876)
Fails regularly and inexplicably even though installing and starting sscache works just fine: /home/runner/work/_temp/c2b88417-fdca-4378-b8c3-66cea7ddc094.sh: line 1: sccache: command not found It's probably a path issue but as there doesn't seem to be much point in stopping it explicitly, I'm opting to simply remove that CI build step altogether.
This commit is contained in:
parent
4cf2f55d43
commit
f77ab69834
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -231,9 +231,3 @@ jobs:
|
||||
env:
|
||||
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
|
||||
run: cargo publish -vv
|
||||
|
||||
- name: Stop sccache
|
||||
if: always()
|
||||
run: |
|
||||
sccache --show-stats
|
||||
sccache --stop-server
|
||||
|
Loading…
Reference in New Issue
Block a user