Skip to content

Commit 6492249

Browse files
committed
see if yq is already on the runner
1 parent 2216a86 commit 6492249

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/compile_and_test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616

17-
- name: Install dependencies
18-
run: |
19-
sudo apt-get update -qq
20-
sudo apt-get install -y yq
17+
# - name: Install dependencies
18+
# run: |
19+
# sudo apt-get update -qq
20+
# sudo apt-get install -y yq
2121

2222
- name: Bootstrap with autoconf
2323
run: ./autogen.sh

0 commit comments

Comments
 (0)