File tree 1 file changed +14
-1
lines changed
1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change 13
13
BUILD_TYPE : RelWithDebInfo
14
14
DRUMSTICKNAME : DrumstickV2
15
15
DRUMSTICK_LOCATION : ${{github.workspace}}/DrumstickV2
16
+ UCHARDETNAME : Uchardet008
17
+ UCHARDET_LOCATION : ${{github.workspace}}/Uchardet008
16
18
17
19
jobs :
18
20
build :
34
36
- name : Extract downloaded files
35
37
run : tar xvf ${{env.DRUMSTICKNAME}}.tar
36
38
39
+ - uses : dawidd6/action-download-artifact@v3
40
+ with :
41
+ name : ${{env.UCHARDETNAME}}
42
+ github_token : ${{secrets.GH_PAT}}
43
+ repo : pedrolcl/uchardet
44
+ workflow : linux-build.yml
45
+
46
+ - name : Extract downloaded files
47
+ run : tar xvf ${{env.UCHARDETNAME}}.tar
48
+
37
49
- name : Install Qt
38
50
uses : jurplel/install-qt-action@v3
39
51
with :
47
59
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
48
60
# See https://cmake.org/cmake/help/latest/variable/CMAKE_BUILD_TYPE.html?highlight=cmake_build_type
49
61
run : cmake -B ${{github.workspace}}/build
62
+ -DBUILD_DOCS=OFF
50
63
-DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
51
- -DCMAKE_PREFIX_PATH="${{env.DRUMSTICK_LOCATION}}"
64
+ -DCMAKE_PREFIX_PATH="${{env.DRUMSTICK_LOCATION}};${{env.UCHARDET_LOCATION}} "
52
65
53
66
- name : Build
54
67
# Build your program with the given configuration
You can’t perform that action at this time.
0 commit comments