mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 01:46:49 +00:00
workflows: Remove left over debugging step from release-binaries job
This commit is contained in:
parent
2c391a5902
commit
18dee70168
11
.github/workflows/release-binaries.yml
vendored
11
.github/workflows/release-binaries.yml
vendored
@ -152,17 +152,6 @@ jobs:
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
with:
|
||||
ref: ${{ needs.prepare.outputs.ref }}
|
||||
- name: Debug - Move actions
|
||||
if: github.event_name != 'pull_request'
|
||||
shell: bash
|
||||
run: |
|
||||
cd .github/workflows
|
||||
for d in release-binaries-setup-stage release-binaries-save-stage; do
|
||||
mkdir $d
|
||||
pushd $d
|
||||
curl -O -L https://raw.githubusercontent.com/tstellar/llvm-project/main/.github/workflows/$d/action.yml
|
||||
popd
|
||||
done
|
||||
|
||||
- name: Setup sccache
|
||||
uses: hendrikmuhs/ccache-action@ca3acd2731eef11f1572ccb126356c2f9298d35e # v1.2.9
|
||||
|
Loading…
x
Reference in New Issue
Block a user