Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ktwrd committed Jul 1, 2024
1 parent 8b605bf commit ece0388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
sudo apt-get update;
sudo apt-get install -y \
libssl-dev \
musl-tools \
linux-musl-dev
musl-tools
- uses: actions-rs/toolchain@v1
with:
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:
sudo apt-get update;
sudo apt-get install -y \
libssl-dev \
musl-tools \
linux-musl-dev
musl-tools
- uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-05-24
Expand Down

0 comments on commit ece0388

Please sign in to comment.