Skip to content

Commit

Permalink
fixup: Install curl
Browse files Browse the repository at this point in the history
  • Loading branch information
musoke committed Jan 16, 2024
1 parent 7cb77fe commit 8fa47aa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
# Limit runtime to preserve Wolfram Service Credits
timeout-minutes: 10
steps:
- name: Install curl
# julia-actions/cache depends on dcarbone/install-jq-action, which requires curl
run: |
apt install curl
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
Expand Down Expand Up @@ -64,6 +68,10 @@ jobs:
contents: write
statuses: write
steps:
- name: Install curl
# julia-actions/cache depends on dcarbone/install-jq-action, which requires curl
run: |
apt install curl
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
Expand Down

0 comments on commit 8fa47aa

Please sign in to comment.