mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-07-07 15:24:07 +00:00
Update main.yml
This commit is contained in:
committed by
GitHub
parent
8b66d7395e
commit
bd3054d2f1
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -46,6 +46,10 @@ jobs:
|
||||
- name: Strip binary on Windows
|
||||
if: matrix.os == 'windows-latest'
|
||||
run: |
|
||||
eval `cat /etc/os-release`
|
||||
wget --no-check-certificate -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
||||
add-apt-repository 'deb http://apt.llvm.org/${VERSION_CODENAME}/ llvm-toolchain-bionic-10 main'
|
||||
sudo apt update
|
||||
sudo apt-get install -y llvm
|
||||
llvm-strip-10 target/${{ matrix.target }}/release/khm.exe
|
||||
|
||||
|
Reference in New Issue
Block a user