Skip to content

Commit d5ee851

Browse files
Use Dyalog v20.0 for CI/CD
1 parent 6d3ed43 commit d5ee851

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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
@@ -47,7 +47,7 @@ jobs:
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
@@ -83,7 +83,7 @@ jobs:
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

0 commit comments

Comments
 (0)