Use sudo for saving yq

This commit is contained in:
Melon 2023-07-29 14:45:34 +01:00
parent 412735c081
commit 33f7a41858
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -10,7 +10,7 @@ jobs:
- name: Check out Git repository - name: Check out Git repository
uses: actions/checkout@v1 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 - name: Build
run: ./compile.sh run: ./compile.sh