chore: ci: specify which Linux toolchain Grove should download (#9405)
Since the old version of the workflow will run on PRs, we'll have to "test" this on master.
This commit is contained in:
parent
e9ccdeecd0
commit
ca9b804163
1 changed files with 1 additions and 1 deletions
2
.github/workflows/grove.yml
vendored
2
.github/workflows/grove.yml
vendored
|
|
@ -64,7 +64,7 @@ jobs:
|
|||
commit: ${{ steps.workflow-info.outputs.sourceHeadSha }}
|
||||
workflow: ci.yml
|
||||
path: artifacts
|
||||
name: build-Linux.*
|
||||
name: "build-Linux release"
|
||||
name_is_regexp: true
|
||||
|
||||
- name: Unpack toolchain
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue