~aleteoryx/muditaos

3a78f8c9fafc17a85c334c29fb3fe20e3c457b9a — Radoslaw Wicik 5 years ago b7bc7cc
[EGD-4062] switch release to RelWithDebInfo build
1 files changed, 2 insertions(+), 2 deletions(-)

M .github/workflows/releases.yaml
M .github/workflows/releases.yaml => .github/workflows/releases.yaml +2 -2
@@ 28,8 28,8 @@ jobs:
    - name: "Build and package for RT1051"
      id: build_release_package 
      run: |
        ./configure.sh rt1051 Debug && \
        pushd build-rt1051-Debug && \
        ./configure.sh rt1051 RelWithDebInfo && \
        pushd build-rt1051-RelWithDebInfo && \
        export JOBS=${JOBS:-`nproc`} && \
        echo "JOBS=${JOBS}" && \
        make -j ${JOBS} && \