Skip to content

Commit

Permalink
Revert "more debugging"
Browse files Browse the repository at this point in the history
This reverts commit cdecec1.
  • Loading branch information
vitvakatu committed Dec 20, 2024
1 parent cdecec1 commit 3569f1b
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/ide-packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,23 +71,6 @@ jobs:
- self-hosted
- Windows
steps:
- name: Add Git bin to PATH and check bash
shell: cmd
run: |
echo "Original PATH:"
echo %PATH%
echo.
echo "Adding Git bin to PATH..."
set "PATH=C:\Program Files\Git\bin;%PATH%"
echo.
echo "New PATH:"
echo %PATH%
echo.
echo "Checking for bash.exe..."
where bash.exe
echo.
echo "Verifying bash version:"
bash --version
- name: Setup bazel environment
uses: bazel-contrib/setup-bazel@09f3a72d13a081857b0ee94e986ffa84caef7c85
with:
Expand Down

0 comments on commit 3569f1b

Please sign in to comment.