Skip to content

Commit

Permalink
update linux CI with container
Browse files Browse the repository at this point in the history
  • Loading branch information
skramm committed Jun 28, 2023
1 parent ce7ffbe commit ab88580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: install tools
run: sudo apt-get update; sudo apt-get -y install libboost-all-dev
run: apt-get update; apt-get -y install build-essential libboost-all-dev
- name: check version
run: gcc --version; clang --version; cat /usr/include/boost/version.hpp | grep BOOST_LIB_VERSION
- name: make1
Expand Down

0 comments on commit ab88580

Please sign in to comment.