Commit 1fb7276
authored
Fix github actions failure on Windows (#1376)
This PR fixes GitHub Actions failures on Windows by adding explicit Python 3.11 setup to the Windows build and test workflow. The `node-gyp` build tool and ROS2 both require Python to be available, and the `windows-2025` runner apparently doesn't have Python pre-installed or doesn't have the correct version available by default.
**Changes:**
- Added Python 3.11 setup step before ROS2 installation in the Windows workflow
Fix: #13771 parent a45c45a commit 1fb7276
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
28 | 33 | | |
29 | 34 | | |
30 | 35 | | |
| |||
0 commit comments