Skip to content

Commit 2f2ae76

Browse files
committed
Use apple-silicon branch for test
1 parent f692736 commit 2f2ae76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
export TRAVIS_OS_NAME=osx
235235
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
236236
export LC_CTYPE=C
237-
(cd ${HOME}; git clone --depth 1 http://github.com/euslisp/jskeus jskeus)
237+
(cd ${HOME}; git clone --depth 1 http://github.com/iory/jskeus -b apple-silicon jskeus)
238238
(cd ${HOME}/jskeus; patch -f -p1 < ${CI_SOURCE_PATH}/.github/workflows/fix-dylib-location.patch || echo "OK")
239239
sed -i '.bak' 's/history/_history/' ${CI_SOURCE_PATH}/lisp/l/eusstart.l
240240
bash -x ./.travis.sh

0 commit comments

Comments
 (0)