Skip to content

Commit

Permalink
Merge branch 'fri-1.15' into fri-1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mhubii committed Feb 27, 2024
2 parents 1cfde00 + 3b3db40 commit 43fa964
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ jobs:
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=Release
- name: Build
run: cmake --build ${{github.workspace}}/build
- name: Find FRI version header
uses: andstor/file-existence-action@v3
with:
files: ${{github.workspace}}/build/FRI-Client-SDK_Cpp/include/friVersion.h

0 comments on commit 43fa964

Please sign in to comment.