Skip to content

Commit

Permalink
try setting path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewprzh committed Feb 12, 2024
1 parent 38f5194 commit f039776
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/SIRVs.Set4.R10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
fetch-depth: 1

- name: 'GitHub runner'
run: >
shell: bash
run: |
echo ${{env.BIN_PATH}} >> $GITHUB_PATH &&
python3 ${{env.LAUNCHER}} ${{env.CFG_DIR}}/${{env.RUN_NAME}}.cfg

0 comments on commit f039776

Please sign in to comment.