Skip to content

Commit b9d7318

Browse files
committed
Fix yr install in CI
Signed-off-by: egibs <20933572+egibs@users.noreply.github.com>
1 parent adcf5ee commit b9d7318

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/style.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131

3232
- name: Install yara-x
3333
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
34+
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
35+
tar -xzvf yara-x.gz && mv yr /usr/local/bin/ && rm yara-x.gz
3636
- name: Verify yr installation
3737
run: |
3838
yr --version

0 commit comments

Comments
 (0)