Force gzip decompression of rust-analyzer

This commit is contained in:
Tunui Franken 2022-12-01 09:59:12 +01:00
parent 239e5273ce
commit 679b53a3fc

View file

@ -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