We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46312b0 commit e3892caCopy full SHA for e3892ca
.github/workflows/ci-nix.yml
@@ -57,15 +57,15 @@ jobs:
57
CC: ${{ matrix.compiler }}
58
run: |
59
test -f configure && echo "configure already exists in $(pwd) ..." || autoreconf -f
60
- mkdir ./unix/build-${{ matrix.compiler }}
+ mkdir ./unix/build-${{ matrix.compiler }}; cd $_
61
+ ../../configure --with-tcl=/usr/lib/tcl8.6
62
63
- name: Build ${{ matrix.compiler }}
64
working-directory: ./unix/build-${{ matrix.compiler }}
65
env:
66
67
- ../../configure --with-tcl=/usr/lib/tcl8.6
68
- make
+ make -j4
69
70
- name: Test ${{ matrix.compiler }}
71
0 commit comments