We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c391a5 commit 18dee70Copy full SHA for 18dee70
.github/workflows/release-binaries.yml
@@ -152,17 +152,6 @@ jobs:
152
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
153
with:
154
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
166
167
- name: Setup sccache
168
uses: hendrikmuhs/ccache-action@ca3acd2731eef11f1572ccb126356c2f9298d35e # v1.2.9
0 commit comments