fix: Some content

This commit is contained in:
kvan7
2024-12-09 22:14:32 -06:00
committed by Kvan7
parent 3eef0397fa
commit 2f694ff0f7
2 changed files with 3269 additions and 2 deletions

View File

@@ -34,7 +34,7 @@ jobs:
needs: renderer needs: renderer
strategy: strategy:
matrix: matrix:
os: [windows-2019] os: [windows-2019] # ubuntu-20.04, macos-14 is a missing runner
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
@@ -59,4 +59,4 @@ jobs:
run: cat ./main/dist/latest-linux.yml run: cat ./main/dist/latest-linux.yml
- name: Hash - name: Hash
if: ${{ startsWith(matrix.os, 'macos') }} if: ${{ startsWith(matrix.os, 'macos') }}
run: cat ./main/dist/latest-mac.yml run: cat ./main/dist/latest-mac.yml

3267
renderer/yarn.lock Normal file

File diff suppressed because it is too large Load Diff