File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2323 - id : setup-libraries
2424 name : Install libraries
2525 run : |
26- sudo add-apt-repository ppa:rmescandon/yq -y
27- sudo apt update
28- sudo apt install yq -y
26+ wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
27+ chmod +x /usr/local/bin/yq
28+ yq --version
2929
3030 - id : read-openapi-version
3131 name : Read OpenAPI Version
Original file line number Diff line number Diff line change 4343 run : |
4444 npm install -g yarn
4545 yarn global add standard-version
46- sudo add-apt-repository ppa:rmescandon/yq -y
47- sudo apt update
48- sudo apt install yq -y
46+ wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
47+ chmod +x /usr/local/bin/yq
48+ yq --version
4949 cd ./scripts/
5050 yarn
5151
You can’t perform that action at this time.
0 commit comments