We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 288bc19 commit 01eab24Copy full SHA for 01eab24
1 file changed
.github/workflows/release.yaml
@@ -44,6 +44,8 @@ jobs:
44
uses: dtolnay/rust-toolchain@stable
45
with:
46
targets: ${{ matrix.platform.target }}
47
+ - name: Install oas3-gen
48
+ run: cargo install oas3-gen
49
- name: Install build dependencies on Linux
50
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools openssl libssl-dev
51
if: contains(matrix.platform.os, 'ubuntu')
0 commit comments