Skip to content

Commit

Permalink
Install more packages
Browse files Browse the repository at this point in the history
Signed-off-by: egibs <[email protected]>
  • Loading branch information
egibs committed Aug 14, 2024
1 parent 59a79a9 commit 8dd5d2b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
- name: Set output
id: macos_sdk
run: echo "path=$(xcrun --show-sdk-path)" >> $GITHUB_OUTPUT
- name: Install pkg-config and yara
- name: Install yara
run: |
brew install pkg-config
brew install autoconf automake libtool
wget https://github.com/VirusTotal/yara/archive/refs/tags/v${{ env.YARA_VERSION }}.tar.gz
tar -zxf v${{ env.YARA_VERSION }}.tar.gz
cd yara-${{ env.YARA_VERSION }}
Expand Down Expand Up @@ -76,9 +76,9 @@ jobs:
- name: Set output
id: macos_sdk
run: echo "path=$(xcrun --show-sdk-path)" >> $GITHUB_OUTPUT
- name: Install pkg-config and yara
- name: Install yara
run: |
brew install pkg-config
brew install autoconf automake libtool
wget https://github.com/VirusTotal/yara/archive/refs/tags/v${{ env.YARA_VERSION }}.tar.gz
tar -zxf v${{ env.YARA_VERSION }}.tar.gz
cd yara-${{ env.YARA_VERSION }}
Expand Down

0 comments on commit 8dd5d2b

Please sign in to comment.