Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
Add curl to install
Browse files Browse the repository at this point in the history
  • Loading branch information
KendallWeihe committed Jul 5, 2024
1 parent b083a8a commit a86056f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dylib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install Dependencies
run: |
apk add --no-cache musl-dev build-base
apk add --no-cache musl-dev build-base curl
- name: Install Rust
run: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
Expand Down

0 comments on commit a86056f

Please sign in to comment.