Version 0.0.1 #2

Merged
dguiducci merged 42 commits from main into release 2026-07-22 14:44:42 +01:00
Showing only changes of commit ef20e4362f - Show all commits
+7
View File
@@ -29,6 +29,13 @@ jobs:
RUSTFLAGS="-A warnings" cargo build --release --no-default-features --target aarch64-unknown-linux-gnu
RUSTFLAGS="-A warnings" cargo build --release --no-default-features -p skald-setup --target aarch64-unknown-linux-gnu
- name: Debug workspace
run: |
echo "PWD: $(pwd)"
echo "GITHUB_WORKSPACE: ${GITHUB_WORKSPACE:-UNSET}"
ls -la "${GITHUB_WORKSPACE:-.}" 2>&1 || true
find "${GITHUB_WORKSPACE:-.}" -maxdepth 2 -name "package.sh" 2>&1 || true
- name: Package amd64
run: |
cd "${GITHUB_WORKSPACE:-.}"