Skip to content

Commit

Permalink
Fix arrow on collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
Lymphatus committed May 18, 2024
1 parent 18533e6 commit df6f440
Show file tree
Hide file tree
Showing 23 changed files with 1,585 additions and 1,592 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build-qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3

# - name: Cache libcaesium
# id: cache-libcaesium
# uses: actions/cache@v3
# env:
# cache-name: cache-libcaesium
# with:
# path: ${{github.workspace}}/build-${{ runner.os }}/libcaesium-prefix
# key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/libcaesium.conf') }}
- name: Cache libcaesium
id: cache-libcaesium
uses: actions/cache@v3
env:
cache-name: cache-libcaesium
with:
path: ${{github.workspace}}/build-${{ runner.os }}/libcaesium-prefix
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/libcaesium.conf') }}

- name: Install Qt
uses: jurplel/install-qt-action@v3
Expand Down
16 changes: 4 additions & 12 deletions .idea/QtSettings.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ else ()
project(${TARGET} LANGUAGES CXX)
endif ()

find_library(LIBCAESIUM caesium)
#find_library(LIBCAESIUM caesium)
if (NOT LIBCAESIUM)
find_program(CARGO "cargo" REQUIRED)
endif ()
Expand Down

0 comments on commit df6f440

Please sign in to comment.