File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1717 uses : actions/checkout@v5.0.0
1818 with :
1919 repository : threeal/cpp-starter
20- ref : v1 .0.0
20+ ref : v2 .0.0
2121
2222 - name : Checkout Action
2323 uses : actions/checkout@v5.0.0
4343 uses : actions/checkout@v5.0.0
4444 with :
4545 repository : threeal/cpp-starter
46- ref : v1 .0.0
46+ ref : v2 .0.0
4747 path : project
4848
4949 - name : Checkout Action
7373 uses : actions/checkout@v5.0.0
7474 with :
7575 repository : threeal/cpp-starter
76- ref : v1 .0.0
76+ ref : v2 .0.0
7777
7878 - name : Checkout Action
7979 uses : actions/checkout@v5.0.0
@@ -100,7 +100,7 @@ jobs:
100100 uses : actions/checkout@v5.0.0
101101 with :
102102 repository : threeal/cpp-starter
103- ref : v1 .0.0
103+ ref : v2 .0.0
104104
105105 - name : Checkout Action
106106 uses : actions/checkout@v5.0.0
@@ -114,7 +114,7 @@ jobs:
114114 - name : Build Sample Project
115115 uses : ./cmake-action
116116 with :
117- options : BUILD_TESTING =ON
117+ options : MY_FIBONACCI_ENABLE_TESTS =ON
118118
119119 - name : Test Sample Project
120120 uses : threeal/ctest-action@v1.1.0
@@ -127,7 +127,7 @@ jobs:
127127 uses : actions/checkout@v5.0.0
128128 with :
129129 repository : threeal/cpp-starter
130- ref : v1 .0.0
130+ ref : v2 .0.0
131131
132132 - name : Checkout Action
133133 uses : actions/checkout@v5.0.0
You can’t perform that action at this time.
0 commit comments