From ee15cb6661743b163a7205ed3bd3fb912f8df0c2 Mon Sep 17 00:00:00 2001 From: Cappy Ishihara Date: Tue, 11 Oct 2022 19:38:32 +0700 Subject: [PATCH] add mock-scm package --- .github/workflows/autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 20ae70e4a1..d479df1b0a 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -63,7 +63,7 @@ jobs: run: | sudo dnf install -y dnf-plugins-core sudo dnf config-manager --add-repo https://github.com/andaman-common-pkgs/subatomic-repos/raw/main/ad37.repo - sudo dnf install -y anda-mock-configs subatomic-cli anda mock rpm-build + sudo dnf install -y anda-mock-configs subatomic-cli anda mock rpm-build mock-scm - uses: terrapkg/anda-build@main if: ${{ !fromJson(needs.manifest.outputs.is_empty) }}