Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Egliss committed Nov 30, 2023
1 parent c2575ce commit 6b1c15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
mkdir CPP/build
cd CPP/build
cmake ..
cmake .. -DBUILD_SHARED_LIBS=ON -DCMAKE_BUILD_TYPE=Release
make
ls
- name: Archive production artifacts
Expand Down

0 comments on commit 6b1c15e

Please sign in to comment.