CI updates
This commit is contained in:
parent
b3c765ac7c
commit
b04d566b83
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -54,6 +54,7 @@ jobs:
|
|||||||
rm -rf ./*.deb ./packages && ldconfig
|
rm -rf ./*.deb ./packages && ldconfig
|
||||||
# install upx-stubtools
|
# install upx-stubtools
|
||||||
curl -sS -L https://github.com/upx/upx-stubtools/releases/download/v20221212/bin-upx-20221212.tar.xz | tar -xJ
|
curl -sS -L https://github.com/upx/upx-stubtools/releases/download/v20221212/bin-upx-20221212.tar.xz | tar -xJ
|
||||||
|
- run: dpkg -l
|
||||||
- name: Check out code
|
- name: Check out code
|
||||||
run: |
|
run: |
|
||||||
git config --global --add safe.directory '*' # needed when running in a container
|
git config --global --add safe.directory '*' # needed when running in a container
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user