File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818 steps :
1919 - name : Install Dyalog APL
2020 run : |
21- DEBFILE=$(curl -s https://www.dyalog.com/uploads/php/download.dyalog.com/download.php?file=docker.metafile | awk -v v="19 .0" '$0~v && /deb/ {print $3}')
21+ DEBFILE=$(curl -s https://www.dyalog.com/uploads/php/download.dyalog.com/download.php?file=docker.metafile | awk -v v="20 .0" '$0~v && /deb/ {print $3}')
2222 curl -o /tmp/dyalog.deb "${DEBFILE}"
2323 sudo apt install -y /tmp/dyalog.deb
2424 - name : Setup .NET
4747 steps :
4848 - name : Install Dyalog APL
4949 run : |
50- DEBFILE=$(curl -s https://www.dyalog.com/uploads/php/download.dyalog.com/download.php?file=docker.metafile | awk -v v="19 .0" '$0~v && /deb/ {print $3}')
50+ DEBFILE=$(curl -s https://www.dyalog.com/uploads/php/download.dyalog.com/download.php?file=docker.metafile | awk -v v="20 .0" '$0~v && /deb/ {print $3}')
5151 curl -o /tmp/dyalog.deb "${DEBFILE}"
5252 sudo apt install -y /tmp/dyalog.deb
5353 - name : Setup .NET
8383 steps :
8484 - name : Install Dyalog APL
8585 run : |
86- DEBFILE=$(curl -s https://www.dyalog.com/uploads/php/download.dyalog.com/download.php?file=docker.metafile | awk -v v="19 .0" '$0~v && /deb/ {print $3}')
86+ DEBFILE=$(curl -s https://www.dyalog.com/uploads/php/download.dyalog.com/download.php?file=docker.metafile | awk -v v="20 .0" '$0~v && /deb/ {print $3}')
8787 curl -o /tmp/dyalog.deb "${DEBFILE}"
8888 sudo apt install -y /tmp/dyalog.deb
8989 - name : Setup .NET
You can’t perform that action at this time.
0 commit comments