diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7d7c8c5..7032dc7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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