Again
Buildtest / build (push) Failing after 32s

This commit is contained in:
Dominik Werder
2026-07-03 14:30:31 +02:00
parent bca2fe0d99
commit ae765cb7cb
+2 -1
View File
@@ -57,7 +57,7 @@ jobs:
cat /proc/cpuinfo | grep model
echo [[${{ github.repository }}]]
- name: Check out repository
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
repository: daqbuf/daqbuf
path: src
@@ -77,6 +77,7 @@ jobs:
PODMAN="docker"
PRUN="$PODMAN run --rm --mount type=bind,src=$(cd src && pwd),dst=/data $BUILDER_IMAGE"
$PRUN uname -a
echo $PRUN cargo build --release
$PRUN cargo build --release
- name: View
run: |