We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa67a3 commit cba6a6eCopy full SHA for cba6a6e
1 file changed
.github/workflows/test.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: install openstudio
25
run: |
26
- wget http://openstudio-ci-builds.s3-website-us-west-2.amazonaws.com/PR-5407/OpenStudio-3.10.0-alpha%893f134930-Ubuntu-22.04-x86_64.deb
+ wget http://openstudio-ci-builds.s3-website-us-west-2.amazonaws.com/PR-5407/OpenStudio-3.10.0-alpha%2b893f134930-Ubuntu-22.04-x86_64.deb
27
sudo apt-get -qq install -y ./OpenStudio*.deb
28
rm -Rf ./OpenStudio*.deb
29
0 commit comments