Minor nota speed improvement; use nota growable array internally so no more fixed size
All checks were successful
Build and Deploy / build-linux (push) Successful in 1m15s
Build and Deploy / build-windows (CLANG64) (push) Successful in 14m57s
Build and Deploy / package-dist (push) Has been skipped
Build and Deploy / deploy-itch (push) Has been skipped
Build and Deploy / deploy-gitea (push) Has been skipped

This commit is contained in:
2025-02-24 11:16:37 -06:00
parent 8ea8f7fec7
commit 35647a5c5b
4 changed files with 669 additions and 671 deletions

View File

@@ -54,20 +54,12 @@ jobs:
- name: Check Out Code
uses: actions/checkout@v4
- name: Cache MSYS2
uses: actions/cache@v3
with:
path: C:\msys64
key: ${{ runner.os }}-msys2-${{ matrix.msystem }}-${{ hashFiles('**/lockfiles', '.github/workflows/*.yml') }}
restore-keys: |
${{ runner.os }}-msys2-${{ matrix.msystem }}-
- name: Setup MSYS2
uses: msys2/setup-msys2@v2
with:
msystem: ${{ matrix.msystem }}
update: true
cache: false
cache: true
install: |
git
zip