From 5ddc5e977f67aabbef38d202b2097b06fea4f138 Mon Sep 17 00:00:00 2001 From: jose-luis-rs Date: Tue, 2 Jun 2026 19:43:42 +0200 Subject: [PATCH] feat(github):Added test with C++20 --- .github/actions/fsr/r3bbuild-steps/action.yml | 1 - .github/actions/r3bbuild-steps/action.yml | 1 + .github/workflows/main_fsr.yml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/fsr/r3bbuild-steps/action.yml b/.github/actions/fsr/r3bbuild-steps/action.yml index 6bac5393..54a9e1cc 100644 --- a/.github/actions/fsr/r3bbuild-steps/action.yml +++ b/.github/actions/fsr/r3bbuild-steps/action.yml @@ -31,7 +31,6 @@ runs: mv sofia R3BRoot mv R3BRoot sofia cd sofia - git clone https://github.com/R3BRootGroup/R3BFileSource.git mv sofia/ucesb . export UCESB_DIR=$GITHUB_WORKSPACE/ucesb/ echo "UCESB_DIR=$GITHUB_WORKSPACE/ucesb/" >> $GITHUB_ENV diff --git a/.github/actions/r3bbuild-steps/action.yml b/.github/actions/r3bbuild-steps/action.yml index 54a9e1cc..6bac5393 100644 --- a/.github/actions/r3bbuild-steps/action.yml +++ b/.github/actions/r3bbuild-steps/action.yml @@ -31,6 +31,7 @@ runs: mv sofia R3BRoot mv R3BRoot sofia cd sofia + git clone https://github.com/R3BRootGroup/R3BFileSource.git mv sofia/ucesb . export UCESB_DIR=$GITHUB_WORKSPACE/ucesb/ echo "UCESB_DIR=$GITHUB_WORKSPACE/ucesb/" >> $GITHUB_ENV diff --git a/.github/workflows/main_fsr.yml b/.github/workflows/main_fsr.yml index 3ae26e06..8a25bae3 100644 --- a/.github/workflows/main_fsr.yml +++ b/.github/workflows/main_fsr.yml @@ -49,7 +49,7 @@ jobs: matrix: # Each group is used by only one job. repos: [ sofia ] - sys: [ debian13_cpp17_feb26p1_v19.0.1 , debian14_cpp17_feb26p1_v19.0.1 , ubuntu2604_cpp17_jan24p6_v19.0.1 ] + sys: [ debian13_cpp17_feb26p1_v19.0.1 , debian13_cpp20_feb26p1_v19.0.1 , debian14_cpp17_feb26p1_v19.0.1 , ubuntu2604_cpp17_jan24p6_v19.0.1 ] include: - preset: simple - repos: sofia