Skip to content

Commit

Permalink
download LHM-CPPdll
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 20, 2025
1 parent bf237c9 commit b1df74d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ jobs:
- name: Build plugin
shell: bash
run: |
curl -L -o LHM-CPPdll-x64.zip https://github.com/aristocratos/LHM-CppExport/releases/download/CPPdll-v1/LHM-CPPdll-x64.zip
unzip LHM-CPPdll-x64.zip
cmake -B build -DTARGET=plugin ${{ inputs.version && '-DRELEASE=1' || '' }}
cmake --build build --parallel 4 --config Release
cp build/Release/cosmotop-plugin.dll ./cosmotop-windows-${{ matrix.arch }}.dll
Expand Down

0 comments on commit b1df74d

Please sign in to comment.