File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 16
16
matrix :
17
17
compiler : [clang++-6.0, g++-10]
18
18
steps :
19
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
19
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20
20
- name : Install Dependencies
21
21
# Boost must be installed only because the CMake version (3.12) can't
22
22
# detect the installed Boost version (1.69)
37
37
matrix :
38
38
compiler : [clang++, g++]
39
39
steps :
40
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
40
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
41
41
- name : Install Dependencies
42
42
# Boost must be installed only because the CMake version (3.12) can't
43
43
# detect the installed Boost version (1.69)
64
64
needs : [linux-min]
65
65
runs-on : windows-2022
66
66
steps :
67
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
67
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
68
68
- name : Run Tests
69
69
shell : powershell
70
70
# Delete the exercises that require Boost to avoid issues with Windows setup.
80
80
needs : [linux-min]
81
81
runs-on : macOS-latest
82
82
steps :
83
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
83
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
84
84
- name : Install Boost
85
85
run : brew install boost
86
86
- name : Run Tests
Original file line number Diff line number Diff line change 21
21
name : Hello World Fails
22
22
runs-on : ubuntu-22.04
23
23
steps :
24
- - uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
24
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25
25
- name : Check Hello World Fails
26
26
run : bin/check-hello-world.sh
27
27
env :
Original file line number Diff line number Diff line change 21
21
runs-on : [ubuntu-22.04]
22
22
steps :
23
23
- name : " Checkout code"
24
- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
24
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
25
25
26
26
- name : " Verify formatting of all files"
27
27
if : github.ref == 'refs/heads/master'
You can’t perform that action at this time.
0 commit comments