Skip to content

Commit

Permalink
fix: let's try with the latest action
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Jan 8, 2024
1 parent b921e1e commit 005bf7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: metatypedev/setup-ghjk@d74ec75d9771f286d2d9b0ae6732bbe89f931376
- uses: metatypedev/setup-ghjk@a4453d20156edde8e1c9b19784f8188a36b3bf23
with:
installer-url: ./install.ts
env:
Expand Down
2 changes: 0 additions & 2 deletions install/hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ ghjk_reload() {
fi

if [ -n "$local_ghjk_dir" ]; then
echo "ghjk $local_ghjk_dir"
echo "cur $cur_dir"
# export GHJK_DIR
# locate the default env
default_env="$local_ghjk_dir/envs/default"
Expand Down

0 comments on commit 005bf7b

Please sign in to comment.