Skip to content

Commit

Permalink
Try installing dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Jun 18, 2024
1 parent 720390b commit 6f70a88
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches: [main, release/**]
pull_request:
workflow_dispatch:
inputs: {}

defaults:
run:
Expand Down Expand Up @@ -118,9 +120,13 @@ jobs:
target: x86_64-pc-windows-msvc
cargo-hack-feature-options: --features opt --ignore-unknown-features

steps:
- run: sudo apt install -y libudev-dev

uses: stellar/actions/.github/workflows/rust-publish-dry-run-v2.yml@main
with:
crates: soroban-spec-tools soroban-spec-json soroban-spec-typescript soroban-test soroban-cli
runs-on: ${{ matrix.os }}
target: ${{ matrix.target }}
cargo-hack-feature-options: ${{ matrix.cargo-hack-feature-options }}

0 comments on commit 6f70a88

Please sign in to comment.