Skip to content

Commit a37f93e

Browse files
committed
fix: aria2c is aria2 in ubuntu
1 parent b22632f commit a37f93e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: "Setup kindle-sdk (${{ matrix.kindle_target }})"
3131
run: |
32-
sudo apt-get install -y zlib1g-dev libarchive-dev nettle-dev curl aria2c
32+
sudo apt-get install -y zlib1g-dev libarchive-dev nettle-dev curl aria2
3333
sh ./kindle-sdk/gen-sdk.sh ${{ matrix.kindle_target }}
3434
3535
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)