Skip to content

Commit

Permalink
change to a soft link
Browse files Browse the repository at this point in the history
  • Loading branch information
ITProKyle committed Nov 15, 2024
1 parent 502c0c7 commit f9bef0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
- name: 🏗 Install oi
run: |
mkdir -p "${HOME}/.local/bin";
ln "${PWD}/src/oi" "${HOME}/.local/bin";
ln -s "${PWD}/src/oi" "${HOME}/.local/bin";
- name: 🚀 Run Tests
run: /tmp/lib/bashunit tests

0 comments on commit f9bef0c

Please sign in to comment.