Skip to content

Commit

Permalink
fix: try fixing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
plusvic committed Apr 2, 2024
1 parent 52e9620 commit a4f9500
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,6 @@ jobs:
uses: dtolnay/rust-toolchain@master
with:
toolchain: stable

- name: Install cargo-c
run: sudo cargo install cargo-c

# Install OpenSSL on Windows
- name: Install OpenSSL
Expand All @@ -56,8 +53,11 @@ jobs:
sudo apt-get update
sudo apt-get install -y libssl-dev
- name: Install cargo-c
run: cargo install cargo-c

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

- name: Run Go tests
run: |
Expand Down

0 comments on commit a4f9500

Please sign in to comment.