Skip to content

Commit ea8f347

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 148af7e commit ea8f347

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/upload-release-asset.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
rm -rf kaldi/src/${{ matrix.target }}/*.cc kaldi/src/${{ matrix.target }}/*.o kaldi/src/${{ matrix.target }}/Makefile kaldi/src/${{ matrix.target }}/.depend.mk
4545
tar -zcvf kaldi-${{ matrix.kaldi }}-${{ matrix.target }}-linux-x64-libc2_17.tar.gz kaldi/src/${{ matrix.target }}
4646
- name: Upload Release Asset
47-
id: upload-release-asset
47+
id: upload-release-asset
4848
uses: actions/upload-release-asset@v1
4949
env:
5050
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5151
with:
52-
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
52+
upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps
5353
asset_path: kaldi-${{ matrix.kaldi }}-${{ matrix.target }}-linux-x64-libc2_17.tar.gz
5454
asset_name: kaldi-${{ matrix.kaldi }}-${{ matrix.target }}-linux-x64-libc2_17.tar.gz
5555
asset_content_type: application/gzip

run.sh

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,15 @@ git_hash=$2
2121
git remote add origin https://github.com/kaldi-asr/kaldi
2222
git fetch origin ${git_hash}
2323
git reset --hard FETCH_HEAD
24-
24+
2525
(
2626
set -eu -o pipefail
2727
cd tools
2828
echo "=== build sctk ==="
2929
bash ../../install_sctk.sh
3030
echo "=== build sph2pie ==="
3131
bash ../../install_sph2pipe.sh
32-
bash ../../download_openfst.sh
32+
bash ../../download_openfst.sh
3333

3434
)
3535

@@ -38,7 +38,7 @@ git_hash=$2
3838

3939
cd tools
4040
./extras/check_dependencies.sh
41-
#
41+
#
4242
if "${build_openblas}"; then
4343
echo "=== install openblas ==="
4444
extras/install_openblas.sh
@@ -67,4 +67,3 @@ git_hash=$2
6767
)
6868

6969
)
70-

0 commit comments

Comments
 (0)