Skip to content

Commit

Permalink
turn on aec in Linux_versions workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Dec 21, 2023
1 parent 8c5c559 commit e6b44e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Linux_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
cd g2c
mkdir build
cd build
cmake -DJasper_ROOT=~/jasper -DENABLE_OpenJPEG=ON ..
cmake -DJasper_ROOT=~/jasper -DENABLE_OpenJPEG=ON -DUSE_AEC=ON ..
make -j2 VERBOSE=1
- name: test
Expand Down

0 comments on commit e6b44e3

Please sign in to comment.