File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,13 @@ runs:
27
27
tar xfj opendylan.tar.bz2
28
28
ln -s opendylan-${od_version} opendylan
29
29
ln -s opendylan-${od_version}/bin/dylan-compiler
30
- ln -s opendylan-${od_version}/bin/dylan
30
+ ln -s opendylan-${od_version}/bin/dylan # backward compatibility
31
+ ln -s opendylan-${od_version}/bin/deft
31
32
echo "Compiler: ${PWD}/dylan-compiler"
32
- echo "deft: ${PWD}/dylan"
33
33
echo -n "Open Dylan "
34
34
./dylan-compiler -version
35
- echo -n "dylan version: "
36
- ./dylan version
35
+ echo -n "Deft version: "
36
+ ./deft version
37
37
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#adding-a-system-path
38
38
# Eventually we can add opendylan/bin to the path instead of creating
39
39
# links in the current directory, but for now there are too many
You can’t perform that action at this time.
0 commit comments