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 2424 - id : setup-libraries
2525 name : Install libraries
2626 run : |
27- sudo add-apt-repository ppa:rmescandon/yq -y
28- sudo apt update
29- sudo apt install yq -y
27+ wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
28+ chmod +x /usr/local/bin/yq
29+ yq --version
3030
3131 - id : read-openapi-version
3232 name : Read OpenAPI Version
Original file line number Diff line number Diff line change 2727 run : |
2828 npm install -g yarn
2929 yarn global add standard-version
30- sudo add-apt-repository ppa:rmescandon/yq -y
31- sudo apt update
32- sudo apt install yq -y
30+ wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/local/bin/yq
31+ chmod +x /usr/local/bin/yq
32+ yq --version
3333 cd ./scripts/
3434 yarn
3535
You can’t perform that action at this time.
0 commit comments