diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ddf580..0fe4c92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,6 +96,7 @@ jobs: with: name: 'fvcbm-windows.exe' path: fvcbm.exe + retention-days: 1 alpine-3_19-x86_64: name: 'Alpine 3.19 with MUSL' @@ -117,7 +118,6 @@ jobs: run: | OSVER="$(sed -nE '/^VERSION_ID=/s/^.*=([0-9]+\.[0-9]+).*$/\1/p' /etc/os-release)" apk -p i386root -X https://dl-cdn.alpinelinux.org/alpine/v${OSVER}/main -U --allow-untrusted --initdb --arch x86 add alpine-baselayout build-base groff - cat i386root/etc/os-release git clone . i386root/root/fvcbm - name: 'Compile with gcc with MUSL on i386' run: chroot i386root make -C /root/fvcbm linux @@ -129,6 +129,8 @@ jobs: with: name: 'fvcbm-linux-x86' path: i386root/root/fvcbm/fvcbm + retention-days: 1 + osx-12-x86_64: name: 'macOS 12 on x86_64' @@ -149,6 +151,7 @@ jobs: with: name: 'fvcbm-macos' path: fvcbm + retention-days: 1 osx-14-aarch64: name: 'macOS 14 on aarch64' @@ -215,3 +218,4 @@ jobs: with: name: 'fvcbm.com' path: fvcbm + retention-days: 1