Skip to content

fix

fix #9

Workflow file for this run

name: Ubuntu
on:
push:
branches: main
paths-ignore:
- 'README.md'
- 'LICENSE'
jobs:
ubuntu:
name: Ubuntu
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup faketty
uses: Yuri6037/[email protected]
# ttyが必要なため、CIでは事前にインストールしておく
- name: Install xh
run: |
mkdir -p $HOME/.local/bin
curl -sfL https://raw.githubusercontent.com/ducaale/xh/master/install.sh | faketty sh
xh get https://pyenv.run
- name: Setup
run: |
cd ubuntu/scripts/
chmod +x setup.bash
/bin/bash setup.bash