File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed
Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change @@ -23,22 +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
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.
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.
3535
36- # - name: Configure
37- # shell: bash
38- # run: bash ./autogen.sh
36+ - name : Configure
37+ shell : bash
38+ run : bash ./autogen.sh
3939
40- # - name: Test
41- # shell: bash
42- # env:
43- # VERBOSE: 1
44- # 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