experiment: testing

This commit is contained in:
Nicholas Dudfield
2025-08-11 19:41:54 +07:00
parent ed1ba5595d
commit 3f192ee1b5

View File

@@ -63,6 +63,7 @@ jobs:
DISTRO=$([ -f /etc/os-release ] && . /etc/os-release && echo $ID || echo "unknown") DISTRO=$([ -f /etc/os-release ] && . /etc/os-release && echo $ID || echo "unknown")
echo "using distro: $DISTRO" echo "using distro: $DISTRO"
cat /etc/os-release cat /etc/os-release
lsb_release -a
# - name: Build using Docker # - name: Build using Docker
# run: /bin/bash release-builder.sh # run: /bin/bash release-builder.sh