Skip to content

Commit

Permalink
feat(astc): just try turning it on because why not
Browse files Browse the repository at this point in the history
  • Loading branch information
ProbablePrime committed Feb 4, 2025
1 parent 15c5033 commit 11418fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ydms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Generate build files
working-directory: ${{ env.wps }}
run: |
cmake -DOPTION_ENABLE_ALL_APPS=OFF -DOPTION_BUILD_CMP_SDK=ON -DOPTION_CMP_QT=OFF -DOPTION_BUILD_KTX2=ON -DOPTION_BUILD_EXR=ON -DOPTION_BUILD_GUI=OFF -DBUILD_SHARED_LIBS=ON ..
cmake -DOPTION_ENABLE_ALL_APPS=OFF -DOPTION_BUILD_CMP_SDK=ON -DOPTION_CMP_QT=OFF -DOPTION_BUILD_KTX2=ON -DOPTION_BUILD_EXR=ON -DOPTION_BUILD_GUI=OFF -DBUILD_SHARED_LIBS=ON -DOPTION_BUILD_ASTC=ON ..
- name: Build library
working-directory: ${{ env.wps }}
run: |
Expand Down

0 comments on commit 11418fa

Please sign in to comment.