Skip to content

Commit

Permalink
Fix Github actions
Browse files Browse the repository at this point in the history
Refs: #104
  • Loading branch information
orontee committed Dec 20, 2024
1 parent dce5ca7 commit 9dfd584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
clang \
clang-format \
git \
libtinfo5 \
libtinfo6 \
meson \
python3-jinja2 \
wget
Expand Down
2 changes: 1 addition & 1 deletion scripts/install_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function download_archive() {
function unpack() {
sha256sum -c ${SDK_ARCHIVE}.sha256

7z x -o${SDK_PATH} ${SDK_ARCHIVE}
7z x -snld -o${SDK_PATH} ${SDK_ARCHIVE}
}

if [ ! -d ${SDK_PATH} ]; then
Expand Down

0 comments on commit 9dfd584

Please sign in to comment.