Skip to content

Commit

Permalink
add roc to path
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 committed Jan 3, 2025
1 parent 32526ef commit 1c62736
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests_native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
- name: simplify nightly folder name
run: mv roc_nightly* roc_nightly

- run: ./roc_nightly/roc version
- name: Add roc_nightly to PATH
run: echo "${{ github.workspace }}/roc_nightly" >> $GITHUB_PATH

- run: roc version

# run all tests
- name: Run tests
Expand Down

0 comments on commit 1c62736

Please sign in to comment.