Skip to content

Commit

Permalink
no just
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji committed Apr 21, 2024
1 parent c05a7eb commit fcd31dd
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,17 @@ jobs:
- name: Install C deps
run: |
set -x
sudo apt-get install libibus-1.0-dev just
sudo apt-get install libibus-1.0-dev
shell: bash
- name: install just
run: |
set -x
# create ~/bin
mkdir -p ~/bin
curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to ~/bin
export PATH="$PATH:$HOME/bin"
echo "$HOME/bin" >> $GITHUB_PATH
- run: just --help
- name: Install bindgen
run: |
set -x
Expand Down

0 comments on commit fcd31dd

Please sign in to comment.