We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adcf5ee commit b9d7318Copy full SHA for b9d7318
1 file changed
.github/workflows/style.yaml
@@ -31,8 +31,8 @@ jobs:
31
32
- name: Install yara-x
33
run: |
34
- wget https://github.com/VirusTotal/yara-x/releases/download/v0.15.0/yara-x-v0.15.0-x86_64-unknown-linux-gnu.gzip -O yara-x.gzip
35
- tar -xzvf yara-x.gzip && mv yr /usr/local/bin/ && rm yara-x.gzip
+ wget https://github.com/VirusTotal/yara-x/releases/download/v0.15.0/yara-x-v0.15.0-x86_64-unknown-linux-gnu.gz -O yara-x.gz
+ tar -xzvf yara-x.gz && mv yr /usr/local/bin/ && rm yara-x.gz
36
- name: Verify yr installation
37
38
yr --version
0 commit comments