We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f203382 commit 9eb4c4dCopy full SHA for 9eb4c4d
.github/workflows/build-natives.yml
@@ -100,8 +100,8 @@ jobs:
100
- name: Install dependencies
101
run: |
102
python -m pip install gdown
103
- gdown https://drive.google.com/uc?id=1m_FVVQPPe2D7HCYL4htLuAcZRN64H1OB
104
- tar -xvf ZEDSDK-Windows-4.1.3.tar.gz -C "C:\\Program Files (x86)"
+ gdown https://drive.google.com/uc?id=1uDEVu8hOGVJdnO_GEVWJu25QJmdcuxn-
+ tar -xvf ZEDSDK-Windows-4.2.1.tar.gz -C "C:\\Program Files (x86)"
105
- uses: ilammy/msvc-dev-cmd@v1
106
with:
107
vsversion: 2019
0 commit comments