Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
phalanx-hk committed Jan 12, 2024
1 parent 7d321ef commit 8f6187e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@ jobs:
- name: Setup faketty
uses: Yuri6037/[email protected]

# ttyが必要なため、CIでは事前にインストールしておく
- name: Install xh
run: curl -sfL https://raw.githubusercontent.com/ducaale/xh/master/install.sh | faketty sh
run: |
mkdir -p $HOME/.local/bin
curl -sfL https://raw.githubusercontent.com/ducaale/xh/master/install.sh | faketty sh
- name: Setup
run: |
Expand Down

0 comments on commit 8f6187e

Please sign in to comment.