Skip to content

Commit df6f440

Browse files
committed
Fix arrow on collapse
1 parent 18533e6 commit df6f440

23 files changed

+1585
-1592
lines changed

.github/workflows/build-qt.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ jobs:
5858
- name: Checkout code
5959
uses: actions/checkout@v3
6060

61-
# - name: Cache libcaesium
62-
# id: cache-libcaesium
63-
# uses: actions/cache@v3
64-
# env:
65-
# cache-name: cache-libcaesium
66-
# with:
67-
# path: ${{github.workspace}}/build-${{ runner.os }}/libcaesium-prefix
68-
# key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/libcaesium.conf') }}
61+
- name: Cache libcaesium
62+
id: cache-libcaesium
63+
uses: actions/cache@v3
64+
env:
65+
cache-name: cache-libcaesium
66+
with:
67+
path: ${{github.workspace}}/build-${{ runner.os }}/libcaesium-prefix
68+
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/libcaesium.conf') }}
6969

7070
- name: Install Qt
7171
uses: jurplel/install-qt-action@v3

.idea/QtSettings.xml

Lines changed: 4 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else ()
2727
project(${TARGET} LANGUAGES CXX)
2828
endif ()
2929

30-
find_library(LIBCAESIUM caesium)
30+
#find_library(LIBCAESIUM caesium)
3131
if (NOT LIBCAESIUM)
3232
find_program(CARGO "cargo" REQUIRED)
3333
endif ()

0 commit comments

Comments
 (0)