From 618b5c610687c95a4beef8407463216b5e67ce94 Mon Sep 17 00:00:00 2001 From: go0p <38928800+Go0p@users.noreply.github.com> Date: Wed, 22 May 2024 11:39:47 +0800 Subject: [PATCH] Update reuse-build.yml --- .github/workflows/reuse-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reuse-build.yml b/.github/workflows/reuse-build.yml index 244df37e805e..fdf89140c3a6 100644 --- a/.github/workflows/reuse-build.yml +++ b/.github/workflows/reuse-build.yml @@ -97,7 +97,7 @@ jobs: if: runner.os == 'Windows' - name: Build For CentOS 7 - if: inputs.os == 'centos7' + if: inputs.os == 'centos7-amd64' run: | docker run --rm -v $PWD:/workspace -w /workspace centos:7 /bin/bash -c " yum install -y gcc make && \