Skip to content

Commit

Permalink
💚 fix: build and release
Browse files Browse the repository at this point in the history
  • Loading branch information
camargo2019 committed Sep 10, 2024
1 parent 4c82f1b commit 3703786
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,8 @@ jobs:
if: matrix.os != 'windows-latest'
run: clang++ -o cmr_cache main.cpp -I./vendor/yaml -lboost_system -lpthread -std=c++17


- name: Create Release Archive - Windows
if: matrix.os != 'windows-latest'
if: matrix.os == 'windows-latest'
run: |
mkdir -p release
cp cmr_cache.exe release/
Expand Down

0 comments on commit 3703786

Please sign in to comment.