Skip to content

Commit

Permalink
Fix PATH handling in WSL environment
Browse files Browse the repository at this point in the history
- Add workspace path to GITHUB_PATH file
- Enable fsi script to be found via shebang line
  • Loading branch information
wizzardx committed Jan 12, 2025
1 parent df2d5c1 commit fd3bfb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
cd "$WORKSPACE_PATH"
chmod +x fsi
chmod +x test_fsi.fsx
echo "$WORKSPACE_PATH" >> $GITHUB_WORKSPACE/GITHUB_PATH
- name: Run tests
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit fd3bfb2

Please sign in to comment.