mirror of
https://github.com/1f349/1f349.com.git
synced 2024-11-12 14:41:40 +00:00
Use sudo for saving yq
This commit is contained in:
parent
412735c081
commit
33f7a41858
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
- name: Check out Git repository
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- run: wget 'https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64' -O /usr/bin/yq
|
||||
- run: sudo 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