Skip to content

Commit

Permalink
fix: 添加文件暴露功能
Browse files Browse the repository at this point in the history
  • Loading branch information
KonghaYao committed Jan 2, 2025
1 parent 76201c1 commit 20db6ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/test-cross-use.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
npm ls -g
cn-font-split ls
- name: Install Curl
if: ${{ runner.os == 'Linux' }}
run: sudo apt install curl -q -y

- name: Create index.mjs file Linux
if: ${{ runner.os != 'Windows' }}
run: |
Expand Down
2 changes: 2 additions & 0 deletions packages/ffi-js/scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,8 @@ function cn_ls() {
fi
getAllVersion

ls $SCRIPT_DIR/libffi-*

echo -e "\nuse cn-font-split i to install"
}

Expand Down

0 comments on commit 20db6ec

Please sign in to comment.