You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2021/07/16 05:49:46 UTC

[incubator-sedona] branch fix-example-ci-sbt updated: Update example.yml

This is an automated email from the ASF dual-hosted git repository.

jiayu pushed a commit to branch fix-example-ci-sbt
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/fix-example-ci-sbt by this push:
     new 487d2cc  Update example.yml
487d2cc is described below

commit 487d2cc7f595127a557b71acb1d5e02c3328c243
Author: Jia Yu <ji...@apache.org>
AuthorDate: Thu Jul 15 22:49:41 2021 -0700

    Update example.yml
---
 .github/workflows/example.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/example.yml b/.github/workflows/example.yml
index b512614..dd1bcb0 100644
--- a/.github/workflows/example.yml
+++ b/.github/workflows/example.yml
@@ -21,10 +21,10 @@ jobs:
     - run: sudo wget www.scala-lang.org/files/archive/scala-2.12.11.deb
     - run: sudo dpkg -i scala-2.12.11.deb
     - run: scala -version
-    - run: echo "deb https://dl.bintray.com/sbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
+    - run: echo "deb https://repo.scala-sbt.org/scalasbt/debian /" | sudo tee -a /etc/apt/sources.list.d/sbt.list
     - run: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 2EE0EA64E40A89B84B2DF73499E82A75642AC823
     - run: sudo apt-get update
-    - run: sudo apt-get install sbt        
+    - run: sudo apt-get install sbt
     - name: Cache SBT
       uses: actions/cache@v2
       with: