Skip to content

Commit

Permalink
ci: add nkf
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Jul 27, 2020
1 parent 3333f46 commit cb4bb78
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
export HUB_VERSION="2.14.2"
curl -fsSL https://github.com/github/hub/raw/8d91904208171b013f9a9d1175f4ab39068db047/script/get | bash -s "${HUB_VERSION}"
- name: Install nkf
run: |
sudo apt update
sudo apt install -y nkf
nkf --version
- name: Upload release assets
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit cb4bb78

Please sign in to comment.