mirror of
https://github.com/upx/upx.git
synced 2025-08-07 22:46:51 +08:00
Now using upx-stubtools 20210104 with new clang-format-10.0.1.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y libmpfr4:i386 zlib1g:i386
|
||||
cd ..; mkdir -p deps; cd deps
|
||||
wget -q -O - https://github.com/upx/upx-stubtools/releases/download/v20160918/bin-upx-20160918.tar.xz | tar -xJ
|
||||
wget -q -O - https://github.com/upx/upx-stubtools/releases/download/v20210104/bin-upx-20210104.tar.xz | tar -xJ
|
||||
- name: 'Check out code'
|
||||
uses: actions/checkout@v2
|
||||
with: { submodules: true }
|
||||
|
Reference in New Issue
Block a user