We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1cfde00 + 3b3db40 commit 43fa964Copy full SHA for 43fa964
.github/workflows/build.yaml
@@ -19,3 +19,7 @@ jobs:
19
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release
20
- name: Build
21
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