Skip to content

Commit

Permalink
Set correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
zauguin committed Feb 25, 2024
1 parent cc6a232 commit e8d5819
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,10 @@ runs:
if ${{ steps.install.outcome == 'success' }} ; then echo "key=${{ steps.load-cache.outputs.cache-primary-key }}" ; else echo "key=${{ steps.load-cache.outputs.cache-matched-key }}" ; fi >> $GITHUB_OUTPUT
id: key
- name: Set path
if: runner.os == 'Linux'
shell: sh
run: echo "$HOME/texlive/bin/x86_64-linux" >> $GITHUB_PATH
- name: Set path
if: runner.os == 'Windows'
shell: sh
run: echo "$USERPROFILE/texlive/bin/windows" >> $GITHUB_PATH

0 comments on commit e8d5819

Please sign in to comment.