Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
bjia56 committed Jan 21, 2025
1 parent 4db2c4d commit 718a38c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,7 @@ 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' || '' }}
mv external build/
cmake --build build --parallel 4 --config Release
cp build/Release/cosmotop-plugin.dll ./cosmotop-windows-${{ matrix.arch }}.dll
Expand Down

0 comments on commit 718a38c

Please sign in to comment.