Skip to content

Commit 43fa964

Browse files
committed
Merge branch 'fri-1.15' into fri-1.11
2 parents 1cfde00 + 3b3db40 commit 43fa964

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ jobs:
1919
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release
2020
- name: Build
2121
run: cmake --build ${{github.workspace}}/build
22+
- name: Find FRI version header
23+
uses: andstor/file-existence-action@v3
24+
with:
25+
files: ${{github.workspace}}/build/FRI-Client-SDK_Cpp/include/friVersion.h

0 commit comments

Comments
 (0)