File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 5252 sudo update-alternatives --set clang++ /usr/bin/clang++-${{matrix.sys.version}}
5353 sudo update-alternatives --set clang-scan-deps /usr/bin/clang-scan-deps-${{matrix.sys.version}}
5454
55+ - name : Checkout code
56+ uses : actions/checkout@v3
57+
5558 - name : Build and run tests
5659 uses : ./.github/workflows/unix_impl.yml
5760
Original file line number Diff line number Diff line change 2323
2424 steps :
2525
26+ - name : Checkout code
27+ uses : actions/checkout@v3
28+
2629 - name : Build and run tests
2730 uses : ./.github/workflows/unix_impl.yml
2831
Original file line number Diff line number Diff line change 11name : " Common steps for Linux and OSX"
22runs :
3+ using : " composite"
34 steps :
4- - name : Checkout code
5- uses : actions/checkout@v3
6-
75 - name : Set conda environment
86 uses : mamba-org/setup-micromamba@v2
97 with :
You can’t perform that action at this time.
0 commit comments