Skip to content

Commit 18dee70

Browse files
committed
workflows: Remove left over debugging step from release-binaries job
1 parent 2c391a5 commit 18dee70

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.github/workflows/release-binaries.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -152,17 +152,6 @@ jobs:
152152
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
153153
with:
154154
ref: ${{ needs.prepare.outputs.ref }}
155-
- name: Debug - Move actions
156-
if: github.event_name != 'pull_request'
157-
shell: bash
158-
run: |
159-
cd .github/workflows
160-
for d in release-binaries-setup-stage release-binaries-save-stage; do
161-
mkdir $d
162-
pushd $d
163-
curl -O -L https://raw.githubusercontent.com/tstellar/llvm-project/main/.github/workflows/$d/action.yml
164-
popd
165-
done
166155

167156
- name: Setup sccache
168157
uses: hendrikmuhs/ccache-action@ca3acd2731eef11f1572ccb126356c2f9298d35e # v1.2.9

0 commit comments

Comments
 (0)