We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de332c3 commit 40a066cCopy full SHA for 40a066c
1 file changed
.github/workflows/release.yaml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
targets: ${{ matrix.platform.target }}
47
- name: Install oas3-gen
48
- run: cargo install oas3-gen
+ run: cargo install oas3-gen@0.21.1
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