Skip to content

Commit

Permalink
fixup! add CI action script for Ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
llly committed May 28, 2024
1 parent 73c905e commit 9511d2d
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 @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: install libboost
run: sudo apt-get install libboost1.74-dev
run: sudo apt-get install libboost-dev libboost-system-dev libboost-thread-dev
- name: init submodule
run: git submodule update --init
- name: download prebuilt
Expand Down

0 comments on commit 9511d2d

Please sign in to comment.