mirror of
https://github.com/1f349/1f349.com.git
synced 2024-11-12 14:41:40 +00:00
Download yq from github releases
This commit is contained in:
parent
1e257680f5
commit
412735c081
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -10,8 +10,7 @@ jobs:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- run: sudo apt-get update
|
||||
- run: sudo apt-get install yq
|
||||
- run: wget 'https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64' -O /usr/bin/yq
|
||||
|
||||
- name: Build
|
||||
run: ./compile.sh
|
||||
|
Loading…
Reference in New Issue
Block a user