Skip to content

Commit

Permalink
disable some ligatures
Browse files Browse the repository at this point in the history
  • Loading branch information
mcchrish committed Aug 19, 2024
1 parent a306222 commit 149a210
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Download all workflow run artifacts
uses: actions/download-artifact@v4
with:
Expand Down
6 changes: 5 additions & 1 deletion private-build-plans.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,11 @@ buildTextureFeature = true
"lteq",
"eqlt",
"gteq",
"exeq"
"exeq",
"minus-minus",
"minus-minus-minus",
"underscore-underscore",
"underscore-underscore-underscore"
]
enables = [
"lteq-separate",
Expand Down

0 comments on commit 149a210

Please sign in to comment.