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 07:25:06 -0400
commit8a53f64b3c0a17bd5a7fe3b0bb7a08141dfe48f7 (patch)
tree67cc41108680c183a4726f36e1b1f0de692ec4d4
parent74cdc81f7cf01cb7f3322e17cbe761df466bf3e9 (diff)
downloadlibffi-8a53f64b3c0a17bd5a7fe3b0bb7a08141dfe48f7.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 32ce4a7..ddcac47 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -48,7 +48,7 @@ else
sudo apt-get install gcc-multilib g++-multilib;
;;
moxie-elf)
- echo 'deb https://repos.moxielogic.org:7114/MoxieLogic moxiedev main' | sudo tee -a /etc/apt/sources.list
+ echo 'deb [trusted=yes] https://repos.moxielogic.org:7114/MoxieLogic moxiedev main' | sudo tee -a /etc/apt/sources.list
sudo apt-get clean # clear the cache
sudo apt-get update ## -qq
sudo apt-get update