From f25003d34a006fc321437e2985cbd63bc2b09228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Tue, 28 Oct 2025 11:06:21 +0100 Subject: [PATCH] build: fix resolver for check samples --- .github/workflows/check-samples.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.github/workflows/check-samples.yml b/.github/workflows/check-samples.yml index 607a814d2..374220cb1 100644 --- a/.github/workflows/check-samples.yml +++ b/.github/workflows/check-samples.yml @@ -19,6 +19,19 @@ jobs: name: Check Sample Projects runs-on: Akka-Default steps: + - name: Checkout Global Scripts + # This MUST be before the main checkout or else the dynver will not work + uses: actions/checkout@v4 + with: + repository: akka/github-actions-scripts + path: scripts + fetch-depth: 0 + + - name: Setup global resolver + run: | + chmod +x ./scripts/setup_global_resolver.sh + ./scripts/setup_global_resolver.sh + - name: Checkout # https://github.com/actions/checkout/releases # v4.1.1