Skip to content

Commit

Permalink
ci: try fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 2, 2024
1 parent a4f9500 commit f2a27dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libssl-dev
sudo mkdir -p /usr/local/lib/pkgconfig
- name: Install cargo-c
run: cargo install cargo-c

- name: Build and install Rust library
run: sudo /home/runner/.cargo/bin/cargo cinstall -p yara-x-capi --release
run: cargo cinstall -p yara-x-capi --release

- name: Run Go tests
run: |
Expand Down

0 comments on commit f2a27dc

Please sign in to comment.