File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 40
40
steps :
41
41
- uses : actions/checkout@v4
42
42
with :
43
+ fetch-depth : 0
44
+ filter : tree:0 # treeless clone, tags are preserved (possible issues with fetch-tags and fetch-depth 1)
43
45
path : jabs
44
46
45
47
- name : Install Qt
Original file line number Diff line number Diff line change 13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
with :
16
+ fetch-depth : 0
17
+ filter : tree:0 # treeless clone, tags are preserved (possible issues with fetch-tags and fetch-depth 1)
16
18
path : jabs
17
19
18
20
- name : Install Qt
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ set(CMAKE_C_STANDARD 99)
15
15
configure_file (version .h.in version .h @ONLY)
16
16
list (APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR} " )
17
17
find_package (GSL 2.6 REQUIRED)
18
- find_package (Jibal 0.3.12 REQUIRED)
18
+ find_package (Jibal 0.3.13 REQUIRED)
19
19
find_package (LibXml2 REQUIRED)
20
20
find_package (Readline)
21
21
find_package (OpenMP)
You can’t perform that action at this time.
0 commit comments