-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,8 +43,9 @@ jobs: | |
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v4 | ||
- name: Install curl & build essential to be compatible with nektos/act | ||
run: apt-get update && apt-get install -y curl build-essential | ||
# Enable only if you use nektos/act | ||
# - name: Install curl & build essential | ||
# run: sudo apt-get update && sudo apt-get install -y curl build-essential | ||
- uses: actions-rust-lang/[email protected] | ||
- name: Install clippy | ||
run: rustup update && rustup component add clippy | ||
|