Skip to content

Commit

Permalink
💚 reverted change
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacan authored and lukacan committed Oct 5, 2023
1 parent e4238bb commit d99b52d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup-anchor/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Setup Anchor"
description: "Setup Anchor"

runs:
using: "composite"
steps:
- uses: actions/cache@v3
name: Cache Anchor Tool Suite
Expand Down
1 change: 1 addition & 0 deletions .github/actions/setup-honggfuzz/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: "Setup Honggfuzz"
description: "Setup Honggfuzz"

runs:
using: "composite"
steps:
- name: Install honggfuzz
run: cargo install honggfuzz
Expand Down
1 change: 1 addition & 0 deletions .github/actions/setup-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ outputs:
value: ${{ steps.rust-version.outputs.RUSTC_HASH }}

runs:
using: "composite"
steps:
- name: Install system packages
run: sudo apt-fast update && sudo apt-fast install -y build-essential libudev-dev
Expand Down

0 comments on commit d99b52d

Please sign in to comment.