We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30ca4ce commit 33c8884Copy full SHA for 33c8884
.github/workflows/publish.yml
@@ -19,6 +19,8 @@ jobs:
19
os: [ubuntu-22.04, windows-latest, macos-latest]
20
21
steps:
22
+ - run: where which
23
+ if: runner.os == 'Windows'
24
- uses: actions/checkout@v4
25
with:
26
submodules: true
0 commit comments