From 294dc24669a38708ca34c0fe7d16ee4462026710 Mon Sep 17 00:00:00 2001 From: Prabhu Subramanian Date: Tue, 28 Jan 2025 23:35:19 +0000 Subject: [PATCH] Tweaks to repotests Signed-off-by: Prabhu Subramanian --- .github/workflows/repotests.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/repotests.yml b/.github/workflows/repotests.yml index 58db22938..d7cd4c7c3 100644 --- a/.github/workflows/repotests.yml +++ b/.github/workflows/repotests.yml @@ -70,7 +70,7 @@ jobs: packages: 'platform-tools' - run: sdkmanager --uninstall "build-tools;30.0.3" - uses: swift-actions/setup-swift@v2 - if: matrix.os == 'ubuntu-24.04' || matrix.os == 'ubuntu-24.04-arm' + if: matrix.os == 'ubuntu-24.04' with: swift-version: '6.0' - name: Set up Python @@ -458,6 +458,7 @@ jobs: CDXGEN_DEBUG_MODE=debug bin/cdxgen.js -p -r -t clojure repotests/ziggurat -o bomresults/bom-clj.json --fail-on-error shell: bash - name: repotests swift-markdown + if: matrix.os == 'ubuntu-24.04' run: | CDXGEN_DEBUG_MODE=debug bin/cdxgen.js -p -r -t swift repotests/swift-markdown -o bomresults/bom-swift.json CDXGEN_DEBUG_MODE=debug bin/cdxgen.js -p -r -t swift repotests/swift-markdown -o bomresults/bom-swift.json --profile research