Skip to content

Commit

Permalink
fix FREETYPE_PROPERTIES
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Mar 22, 2023
1 parent 641b464 commit 21ada95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: phing stan
run: cd cmsimplexh/plugins/cryptographp && PATH=vendor/bin:$PATH phing stan
- name: phing test
run: cd cmsimplexh/plugins/cryptographp && PATH=vendor/bin:$PATH FREETYPE_PROPERTIES=interpreter-version=35 phing test
run: cd cmsimplexh/plugins/cryptographp && PATH=vendor/bin:$PATH FREETYPE_PROPERTIES=truetype:interpreter-version=35 phing test
- name: Upload test failure images
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 21ada95

Please sign in to comment.