Skip to content

Commit 920c3b8

Browse files
authored
chore: bump C++ Starter in CI to version 2.0.0 (#861)
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent bad148c commit 920c3b8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/test.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
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
@@ -43,7 +43,7 @@ jobs:
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
@@ -73,7 +73,7 @@ jobs:
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

0 commit comments

Comments
 (0)