Skip to content

Commit

Permalink
Corrected variable.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Sep 6, 2022
1 parent 3a66612 commit 87ed754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
env:
CFLAGS: -Wno-deprecated-declarations -Wdeclaration-after-statement -Wno-error=unused-variable
CC: ${{ matrix.compiler }}
CXX: ${{ cxx_compiler }}
CXX: ${{ matrix.cxx_compiler }}
run: |
set -e
./configure --with-quantum-depth=16 --without-magick-plus-plus --without-perl --prefix=/usr
Expand Down

0 comments on commit 87ed754

Please sign in to comment.