-
Notifications
You must be signed in to change notification settings - Fork 429
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes Windows CI: prepend '/c/Program Files/Git/bin' (#2611)
* Fixes Windows CI: prepend '/c/Program Files/Git/bin' Bash@3 started failing after a recent change related to WSL actions/runner-images#1081 actions/runner-images#1276 * Fix slashes * Pick bash from env
- Loading branch information
1 parent
f0873b6
commit d3822b7
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
#!/usr/bin/env bash | ||
set -e | ||
|
||
echo "Testing the backport of 'letop'" | ||
|