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 f7681c8 commit 73c905e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: install libboost
run: sudo apt-get install libboost1.74-dev
- name: init submodule
run: git submodule update --init
- name: download prebuilt
Expand Down

0 comments on commit 73c905e

Please sign in to comment.