Force gzip decompression of rust-analyzer
This commit is contained in:
parent
239e5273ce
commit
679b53a3fc
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@
|
|||
changed_when: false
|
||||
- name: Decompress rust-analyzer binary
|
||||
command:
|
||||
cmd: gzip -d /tmp/rust-analyzer/rust-analyzer-x86_64-unknown-linux-gnu.gz
|
||||
cmd: gzip -fd /tmp/rust-analyzer/rust-analyzer-x86_64-unknown-linux-gnu.gz
|
||||
chdir: /tmp/rust-analyzer
|
||||
changed_when: false
|
||||
- name: Copy rust-analyzer binary
|
||||
|
|
Loading…
Add table
Reference in a new issue