From e67fce0c805aa5e801eabaab67ed9ba8dda11709 Mon Sep 17 00:00:00 2001 From: windowsboy111 Date: Sun, 29 Jan 2023 20:26:23 +0800 Subject: [PATCH] Fix subatomic macro moment --- .github/workflows/bootstrap-f38.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bootstrap-f38.yml b/.github/workflows/bootstrap-f38.yml index 78b8eff662..0bb85e8b4f 100644 --- a/.github/workflows/bootstrap-f38.yml +++ b/.github/workflows/bootstrap-f38.yml @@ -38,7 +38,7 @@ jobs: args: anda - name: Build Subatomic - run: anda build -c anda-38-${{ matrix.arch }} subatomic -p rpm + run: anda build -c anda-38-${{ matrix.arch }} subatomic -p rpm -D "autogitcommit $(git rev-parse HEAD)" - name: Install Subatomic run: sudo dnf install -y ./anda-build/rpm/rpms/subatomic-*.rpm