Again
Buildtest / build (push) Failing after 30s

This commit is contained in:
Dominik Werder
2026-07-03 14:25:56 +02:00
parent 7fedafcf83
commit 4d38074228
+2 -1
View File
@@ -54,9 +54,11 @@ jobs:
$PRUN rustup --version
$PRUN cargo --version
$PRUN rustc --version
echo [[${{ github.repository }}]]
- name: Check out repository
uses: actions/checkout@v4
with:
repository: https://gitea.psi.ch/daqbuf/daqbuf
path: src
- name: Build
run: |
@@ -73,7 +75,6 @@ jobs:
echo -------------------
PODMAN="docker"
PRUN="$PODMAN run --rm --mount type=bind,src=$(cd src && pwd),dst=/data $BUILDER_IMAGE"
cd src
$PRUN uname -a
$PRUN cargo build --release
- name: View