Skip to content

Commit 40a066c

Browse files
committed
fix release build
1 parent de332c3 commit 40a066c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
targets: ${{ matrix.platform.target }}
4747
- name: Install oas3-gen
48-
run: cargo install oas3-gen
48+
run: cargo install oas3-gen@0.21.1
4949
- name: Install build dependencies on Linux
5050
run: sudo apt-get update --yes && sudo apt-get install --yes musl-tools openssl libssl-dev
5151
if: contains(matrix.platform.os, 'ubuntu')

0 commit comments

Comments
 (0)