Skip to content

Commit 62f0a94

Browse files
committed
CI: try to set env var on Windows
1 parent 8a6e16e commit 62f0a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ jobs:
206206
207207
- name: Create wheel
208208
run: |
209-
export MAVSDK_SERVER_ARCH=${{ matrix.arch }}
209+
set MAVSDK_SERVER_ARCH=${{ matrix.arch }}
210210
python3 setup.py bdist_wheel
211211
Dir "dist/" | rename-item -NewName {$_.name -replace '-any.whl','-${{ matrix.wheel_arch }}.whl'}
212212

0 commit comments

Comments
 (0)