From 149a21015895a299233607c196e2057d188a3a40 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Mon, 19 Aug 2024 19:51:04 +0200 Subject: [PATCH] disable some ligatures --- .github/workflows/release.yml | 2 ++ private-build-plans.toml | 6 +++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 419ba29..ca56532 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/private-build-plans.toml b/private-build-plans.toml index e16f15a..a4125a7 100644 --- a/private-build-plans.toml +++ b/private-build-plans.toml @@ -64,7 +64,11 @@ buildTextureFeature = true "lteq", "eqlt", "gteq", - "exeq" + "exeq", + "minus-minus", + "minus-minus-minus", + "underscore-underscore", + "underscore-underscore-underscore" ] enables = [ "lteq-separate",