File tree Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Expand file tree Collapse file tree 1 file changed +17
-18
lines changed Original file line number Diff line number Diff line change @@ -23,23 +23,22 @@ jobs:
2323 sudo apt -y update
2424 sudo apt -y install autoconf automake texinfo
2525
26- - name : Install dependencies for macOS
27- if : runner.os == 'macOS'
28- shell : bash
29- run : |+
30- # brew update Don't update to get bash 5.2
31- ls /opt/homebrew/Cellar/bash
32- brew install bash
33- brew install autoconf automake texinfo
34- # Not installing pygments, because apparently 'osascript' executed during bashdb's init is blocking
35- # if there's not user logged in.
26+ # - name: Install dependencies for macOS
27+ # if: runner.os == 'macOS'
28+ # shell: bash
29+ # run: |+
30+ # brew update
31+ # brew install bash
32+ # brew install autoconf automake texinfo
33+ # # Not installing pygments, because apparently 'osascript' executed during bashdb's init is blocking
34+ # # if there's not user logged in.
3635
37- - name : Configure
38- shell : bash
39- run : bash ./autogen.sh
36+ # - name: Configure
37+ # shell: bash
38+ # run: bash ./autogen.sh
4039
41- - name : Test
42- shell : bash
43- env :
44- VERBOSE : 1
45- run : make -e -j3 check
40+ # - name: Test
41+ # shell: bash
42+ # env:
43+ # VERBOSE: 1
44+ # run: make -e -j3 check
You can’t perform that action at this time.
0 commit comments