Skip to content

Commit

Permalink
use ${HOME} instead of ~ when adding conjure to the PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgurakgun committed Nov 22, 2023
1 parent f7755ed commit 9122c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/oxide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: cargo build -vv

- name: Add conjure to PATH
run: echo "~/.cargo/bin/conjure-v${{ matrix.conjure_version }}-${{ matrix.release_suffix }}-with-solvers" >> ${GITHUB_PATH}
run: echo "${HOME}/.cargo/bin/conjure-v${{ matrix.conjure_version }}-${{ matrix.release_suffix }}-with-solvers" >> ${GITHUB_PATH}

- name: Install conjure
run: |
Expand Down

0 comments on commit 9122c0b

Please sign in to comment.