Skip to content

Commit

Permalink
ci deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
tbmc committed Jun 11, 2024
1 parent 1f63174 commit 134d5ad
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 134d5ad

Please sign in to comment.