We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2216a86 commit 6492249Copy full SHA for 6492249
1 file changed
.github/workflows/compile_and_test.yaml
@@ -14,10 +14,10 @@ jobs:
14
steps:
15
- uses: actions/checkout@v3
16
17
- - name: Install dependencies
18
- run: |
19
- sudo apt-get update -qq
20
- sudo apt-get install -y yq
+ # - name: Install dependencies
+ # run: |
+ # sudo apt-get update -qq
+ # sudo apt-get install -y yq
21
22
- name: Bootstrap with autoconf
23
run: ./autogen.sh
0 commit comments