Skip to content

Commit

Permalink
Check if bash is available
Browse files Browse the repository at this point in the history
  • Loading branch information
vitvakatu committed Dec 20, 2024
1 parent f7c2425 commit 0d3ab0d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ide-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
- self-hosted
- Windows
steps:
- name: Check bash.exe availability
shell: cmd
run: |
where bash.exe || echo "bash.exe not found in PATH"
echo "PATH=%PATH%"
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
with:
Expand Down

0 comments on commit 0d3ab0d

Please sign in to comment.