Skip to content

Commit

Permalink
Changed YARA-X version in the GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenfritz committed Dec 12, 2024
1 parent 39611e5 commit b694d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Build YARA-X C API and locate .pc file
run: |
cd yara-x
git checkout tags/v0.10.0
git checkout tags/v0.11.1
cargo cinstall -p yara-x-capi --release --destdir=$HOME/yara_install
# Find the .pc file location
PC_FILE=$(find $HOME/yara_install -name yara_x_capi.pc)
Expand Down

0 comments on commit b694d3f

Please sign in to comment.