@@ -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
|
||||
|
||||
Reference in New Issue
Block a user