Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
el-carlitto committed Nov 8, 2022
2 parents cb921df + 385e4e4 commit d7bab86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
submodules: true
- run: sudo apt-get update && sudo apt-get install libboost-test-dev -y
- run: cmake . -DPATCH_VERSION=${{ github.run_number }} -DWITH_BOOST_TEST=ON
- run: cmake . -DPATCH_VERSION=${{ github.run_number }} -DWITH_BOOST_TEST=OFF
- run: cmake --build .
- run: cmake --build . --target test
- run: cmake --build . --target package
Expand All @@ -37,4 +37,4 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./helloworld-0.0.${{ github.run_number }}-Linux.deb
asset_name: helloworld-0.0.${{ github.run_number }}-Linux.deb
asset_content_type: application/vnd.debian.binary-package
asset_content_type: application/vnd.debian.binary-package

0 comments on commit d7bab86

Please sign in to comment.