fix portrait mode crash - hopefully

This commit is contained in:
izzy2lost
2025-08-12 22:36:03 -04:00
parent 29bef657d7
commit a831e9f46a
5 changed files with 148 additions and 31 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: sudo apt-get install gcc g++ git cmake ninja-build lsb-release
- name: ccache
uses: hendrikmuhs/ccache-action@v1.2.13
uses: hendrikmuhs/ccache-action@v1.2.18
with:
key: ${{ runner.os }}-o2r-ccache-${{ github.ref }}-${{ github.sha }}
restore-keys: |