Skip to content

Commit

Permalink
Update reuse-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Go0p authored May 22, 2024
1 parent 4a70a3c commit 618b5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuse-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 618b5c6

Please sign in to comment.