You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bumping gz-cmake and others except gz-tools.
* Disable Jammy CI
* windows.yaml: install cli11
* Fix windows workflow configuration
Rename the PACKAGE variable to PACKAGE_WITH_VERSION
and compute PACKAGE by removing digits.
Signed-off-by: Steve Peters <[email protected]>
Copy file name to clipboardExpand all lines: .github/workflows/windows.yaml
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ jobs:
6
6
build:
7
7
name: Window CI
8
8
env:
9
-
PACKAGE: gz-rendering10
9
+
PACKAGE_WITH_VERSION: gz-rendering10
10
10
runs-on: windows-latest
11
11
steps:
12
12
- name: setup-pixi
@@ -26,12 +26,16 @@ jobs:
26
26
- name: Install base dependencies
27
27
run: |
28
28
# List adapted from https://github.com/gazebo-tooling/release-tools/blob/f89ac8cafc646260598eb8eb6d94be8093bdc9f7/jenkins-scripts/lib/windows_env_vars.bat#L22
0 commit comments