Skip to content

Commit

Permalink
update github action for ubuntu2404
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas-Tsai committed Dec 10, 2024
1 parent b7fed23 commit 1be5431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- name: install packages
run: |
sudo sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list
sudo sed -i 's/^Types: deb$/Types: deb deb-src/' /etc/apt/sources.list.d/ubuntu.sources
sudo apt-get update
sudo apt-get build-dep partclone
sudo apt-get install libf2fs-dev
Expand Down

0 comments on commit 1be5431

Please sign in to comment.