File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 88
99jobs :
1010 build_integration_container_and_run_tests :
11- runs-on : ubuntu-22 .04
11+ runs-on : ubuntu-24 .04
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v2
15-
16- - name : Run sccache-cache
17- uses :
mozilla-actions/[email protected] 18-
19- - name : Install dependencies
20- run : |
21- sudo apt-get update
22- sudo apt-get install -y libpthread-stubs0-dev libboost-thread-dev doctest-dev
23-
24- - name : Install specific version of tzdata
25- run : sudo apt-get install tzdata
14+ uses : actions/checkout@v5
15+
16+ - name : Create build environment
17+ uses : mamba-org/setup-micromamba@v2
18+ with :
19+ environment-file : ./environment-dev.yml
20+ environment-name : build_env
21+ cache-environment : true
2622
2723 - name : Configure using CMake
2824 run : |
You can’t perform that action at this time.
0 commit comments