From 920db3843419386c60085c19b652c30760e861de Mon Sep 17 00:00:00 2001 From: Ivan Max <60917834+Maxython@users.noreply.github.com> Date: Wed, 1 Jun 2022 19:06:28 +0300 Subject: [PATCH] bootstrap_archives.yml: bootstrap generation based on pacman --- .github/workflows/bootstrap_archives.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bootstrap_archives.yml b/.github/workflows/bootstrap_archives.yml index 43eb217cdf..7afcfe0e0a 100644 --- a/.github/workflows/bootstrap_archives.yml +++ b/.github/workflows/bootstrap_archives.yml @@ -19,7 +19,7 @@ jobs: - name: Git clone uses: actions/checkout@v2 - name: Create bootstrap archive - run: ./scripts/generate-bootstraps.sh --architectures ${{ matrix.arch }} + run: ./scripts/generate-bootstraps.sh --pm pacman --architectures ${{ matrix.arch }} - name: Store artifacts uses: actions/upload-artifact@v2 with: