Skip to content

Commit

Permalink
Add missing julia manifests download
Browse files Browse the repository at this point in the history
  • Loading branch information
mathbunnyru committed Nov 6, 2023
1 parent 5f31a1f commit 6e880b0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/actions/download-manifests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,18 @@ runs:
with:
name: r-notebook-x86_64-manifest
path: ${{ inputs.manifest-dir }}
- name: Download artifact 📥
uses: actions/download-artifact@v3
if: inputs.fast-build == 'false'
with:
name: julia-notebook-aarch64-manifest
path: ${{ inputs.manifest-dir }}
- name: Download artifact 📥
uses: actions/download-artifact@v3
if: inputs.fast-build == 'false'
with:
name: julia-notebook-x86_64-manifest
path: ${{ inputs.manifest-dir }}
- name: Download artifact 📥
uses: actions/download-artifact@v3
if: inputs.fast-build == 'false'
Expand Down

0 comments on commit 6e880b0

Please sign in to comment.