Skip to content

Commit

Permalink
Update CMake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aghaeifar authored Mar 13, 2024
1 parent 3137115 commit c5af767
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/CMake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,6 @@ jobs:
id: boost-install
run: sudo apt-get update && sudo apt-get install -yq libboost-all-dev

- name: Show paths
run: |
printf 'Boost has been unpacked to: %s\n' '${{ steps.boost.outputs.root }}'
printf 'Libraries can be found here: %s\n' '${{ steps.boost.outputs.librarydir }}'
shell: bash

- uses: actions/checkout@v3

- name: echo settings
Expand Down

0 comments on commit c5af767

Please sign in to comment.