File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 matrix :
1717 compiler : [clang++-6.0, g++-10]
1818 steps :
19- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
19+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2020 - name : Install Dependencies
2121 # Boost must be installed only because the CMake version (3.12) can't
2222 # detect the installed Boost version (1.69)
3737 matrix :
3838 compiler : [clang++, g++]
3939 steps :
40- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
40+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
4141 - name : Install Dependencies
4242 # Boost must be installed only because the CMake version (3.12) can't
4343 # detect the installed Boost version (1.69)
6464 needs : [linux-min]
6565 runs-on : windows-2022
6666 steps :
67- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
67+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6868 - name : Run Tests
6969 shell : powershell
7070 # Delete the exercises that require Boost to avoid issues with Windows setup.
8080 needs : [linux-min]
8181 runs-on : macOS-latest
8282 steps :
83- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
83+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
8484 - name : Install Boost
8585 run : brew install boost
8686 - name : Run Tests
Original file line number Diff line number Diff line change 2121 name : Hello World Fails
2222 runs-on : ubuntu-22.04
2323 steps :
24- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
24+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2525 - name : Check Hello World Fails
2626 run : bin/check-hello-world.sh
2727 env :
Original file line number Diff line number Diff line change 2121 runs-on : [ubuntu-22.04]
2222 steps :
2323 - name : " Checkout code"
24- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
24+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
2525
2626 - name : " Verify formatting of all files"
2727 if : github.ref == 'refs/heads/master'
You can’t perform that action at this time.
0 commit comments