Skip to content

Commit

Permalink
misc/ci: Add parted
Browse files Browse the repository at this point in the history
  • Loading branch information
Qwinci committed Aug 30, 2023
1 parent d29e2a8 commit 455c35c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/it-compiles-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
steps:
- name: Install dependencies
#run: >
# pacman -Sy --noconfirm --needed glibc clang nasm lld cmake ninja xorriso git
# pacman -Sy --noconfirm --needed glibc clang nasm lld cmake ninja xorriso git parted
run: >
apt-get update && apt-get install clang lld cmake ninja-build xorriso git -y
apt-get update && apt-get install clang lld cmake ninja-build xorriso git parted -y
- name: Checkout repository
uses: actions/checkout@v3
- name: Configure source
Expand Down

0 comments on commit 455c35c

Please sign in to comment.