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 42c897a commit 336a490Copy full SHA for 336a490
.github/workflows/build.yml
@@ -122,7 +122,7 @@ jobs:
122
shell: bash -l {0}
123
run: |
124
set -eux
125
- wget https://openvsp.org/download.php?file=zips/current/linux/OpenVSP-3.41.1-Ubuntu-22.04_amd64.deb -O ovsp.deb
+ wget https://openvsp.org/download.php?file=zips/current/linux/OpenVSP-3.41.2-Ubuntu-22.04_amd64.deb -O ovsp.deb
126
ar x ovsp.deb && tar -xf data.tar.gz
127
python -m pip install ./opt/OpenVSP/python/utilities ./opt/OpenVSP/python/degen_geom ./opt/OpenVSP/python/openvsp_config ./opt/OpenVSP/python/openvsp
128
0 commit comments