Skip to content

Commit

Permalink
ci-nix.yml: amend
Browse files Browse the repository at this point in the history
  • Loading branch information
sebres authored Nov 5, 2024
1 parent e3892ca commit f4e8bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
CC: ${{ matrix.compiler }}
run: |
test -f configure && echo "configure already exists in $(pwd) ..." || autoreconf -f
mkdir ./unix/build-${{ matrix.compiler }}; cd $_
mkdir ./unix/build-${{ matrix.compiler }}; cd "$_"
../../configure --with-tcl=/usr/lib/tcl8.6
- name: Build ${{ matrix.compiler }}
Expand Down

0 comments on commit f4e8bff

Please sign in to comment.