Skip to content

Commit 01eab24

Browse files
committed
install oas3-gen build dependency in CI
1 parent 288bc19 commit 01eab24

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
uses: dtolnay/rust-toolchain@stable
4545
with:
4646
targets: ${{ matrix.platform.target }}
47+
- name: Install oas3-gen
48+
run: cargo install oas3-gen
4749
- name: Install build dependencies on Linux
4850
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools openssl libssl-dev
4951
if: contains(matrix.platform.os, 'ubuntu')

0 commit comments

Comments
 (0)