We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b22632f commit a37f93eCopy full SHA for a37f93e
.github/workflows/build.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: "Setup kindle-sdk (${{ matrix.kindle_target }})"
31
run: |
32
- sudo apt-get install -y zlib1g-dev libarchive-dev nettle-dev curl aria2c
+ sudo apt-get install -y zlib1g-dev libarchive-dev nettle-dev curl aria2
33
sh ./kindle-sdk/gen-sdk.sh ${{ matrix.kindle_target }}
34
35
- uses: actions/checkout@v4
0 commit comments