We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 688a317 commit f6a3971Copy full SHA for f6a3971
1 file changed
.github/workflows/main.yml
@@ -49,8 +49,8 @@ jobs:
49
run: |
50
echo "local_short_commands=true" >> $GITHUB_ENV
51
git submodule init && git submodule update
52
- curl -L -o "$pdversion.zip" "http://msp.ucsd.edu/software/${pdversion}.msw.zip"
53
- unzip "$pdversion.zip"
+ curl -L -o pd.zip "http://msp.ucsd.edu/software/${pdversion}.msw.zip"
+ unzip pd.zip
54
55
# ---- build ----
56
- name: configure
0 commit comments