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

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f1fb8eb7c Use setup-coursier Instead downloading on every run in 
link-validator
1f1fb8eb7c is described below

commit 1f1fb8eb7c3d6995faf6f4f1fade2ecedf16190e
Author: sangbong <[email protected]>
AuthorDate: Fri Jun 2 19:39:21 2023 +0900

    Use setup-coursier Instead downloading on every run in link-validator
---
 .github/workflows/link-validator.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/link-validator.yml 
b/.github/workflows/link-validator.yml
index 34419eebe3..fc6b30409c 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -30,11 +30,11 @@ jobs:
       - name: Cache Coursier cache
         uses: coursier/[email protected]
 
+      - name: Setup Coursier
+        uses: coursier/[email protected]
+
       - name: create the Pekko site
         run: sbt -Dpekko.genjavadoc.enabled=true "Javaunidoc/doc; 
Compile/unidoc; docs/paradox"
 
-      - name: Install Coursier command line tool
-        run: curl -fLo cs https://git.io/coursier-cli-linux && chmod +x cs && 
./cs
-
       - name: Run Link Validator
-        run: ./cs launch net.runne::site-link-validator:0.2.2 -- 
scripts/link-validator.conf
+        run: cs launch net.runne::site-link-validator:0.2.2 -- 
scripts/link-validator.conf


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to