We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f692736 commit 2f2ae76Copy full SHA for 2f2ae76
.github/workflows/config.yml
@@ -234,7 +234,7 @@ jobs:
234
export TRAVIS_OS_NAME=osx
235
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
236
export LC_CTYPE=C
237
- (cd ${HOME}; git clone --depth 1 http://github.com/euslisp/jskeus jskeus)
+ (cd ${HOME}; git clone --depth 1 http://github.com/iory/jskeus -b apple-silicon jskeus)
238
(cd ${HOME}/jskeus; patch -f -p1 < ${CI_SOURCE_PATH}/.github/workflows/fix-dylib-location.patch || echo "OK")
239
sed -i '.bak' 's/history/_history/' ${CI_SOURCE_PATH}/lisp/l/eusstart.l
240
bash -x ./.travis.sh
0 commit comments