We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 839a6c8 commit 6d1b5e0Copy full SHA for 6d1b5e0
1 file changed
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: "Setup kindle-sdk"
22
run: |
23
sudo apt-get install -y zlib1g-dev libarchive-dev nettle-dev curl
24
- sh ./kindle-sdk/gen-sdk.sh kindlepw2
+ bash ./kindle-sdk/gen-sdk.sh kindlepw2
25
26
- uses: actions/checkout@v4
27
with:
@@ -51,7 +51,7 @@ jobs:
51
52
53
54
- sh ./kindle-sdk/gen-sdk.sh kindlehf
+ bash ./kindle-sdk/gen-sdk.sh kindlehf
55
56
57
@@ -64,4 +64,4 @@ jobs:
64
- uses: actions/upload-artifact@v4
65
66
name: sh_integration-kindlehf
67
- path: builddir_kindlehf
+ path: builddir_kindlehf
0 commit comments