Skip to content

Commit

Permalink
Fix CI workflow for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
kelson42 committed Dec 22, 2024
1 parent 764f0aa commit 8700857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
run: brew install ossp-uuid

- name: setting path
if: startsWith(matrix.os, 'macos') || startsWith(matrix.os, 'ubuntu')
run: PATH=$PATH:$HOME/bin

- name: installing dependencies
Expand Down

0 comments on commit 8700857

Please sign in to comment.