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 24
24
- id : setup-libraries
25
25
name : Install libraries
26
26
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
30
30
31
31
- id : read-openapi-version
32
32
name : Read OpenAPI Version
Original file line number Diff line number Diff line change 27
27
run : |
28
28
npm install -g yarn
29
29
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
33
33
cd ./scripts/
34
34
yarn
35
35
You can’t perform that action at this time.
0 commit comments