summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2021-07-04 04:15:07 -0400
committerAnthony Green <green@moxielogic.com>2021-07-04 04:35:34 -0400
commit90b736db474d51b82016aa8ff71c20cba29bbb83 (patch)
treeb3897d7db2976d437db7e4439173241b40660bc4
parent21287e81a6abc334f098e97b59021b4dbf002c23 (diff)
downloadlibffi-90b736db474d51b82016aa8ff71c20cba29bbb83.tar.gz
Shift from travis-ci to github actions
-rwxr-xr-x.ci/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index 7e87235..32ce4a7 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -1,7 +1,7 @@
#!/bin/bash
set -x
-if [[ $TRAVIS_OS_NAME != 'linux' ]]; then
+if [[ $RUNNER_OS != 'Linux' ]]; then
brew update --verbose
# brew update > brew-update.log 2>&1
# fix an issue with libtool on travis by reinstalling it