CI updates

This commit is contained in:
Markus F.X.J. Oberhumer
2023-11-01 10:06:27 +01:00
parent 3b7d25ac49
commit f6aedb35ce
8 changed files with 82 additions and 23 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ jobs:
git config --global --add safe.directory '*'
- name: ${{ format('Check out UPX {0} source code', github.ref_name) }}
run: |
git clone --branch "$GITHUB_REF_NAME" --depth 1 https://github.com/upx/upx .
git clone --branch "$GITHUB_REF_NAME" --depth 1 "$GITHUB_SERVER_URL/$GITHUB_REPOSITORY" .
git submodule update --init
git clone --depth=1 https://github.com/upx/upx-testsuite ../upx-testsuite