Skip to content

Commit

Permalink
💚 output and libs for honggfuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacan authored and lukacan committed Oct 5, 2023
1 parent d99b52d commit 513b2a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
6 changes: 6 additions & 0 deletions .github/actions/setup-honggfuzz/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ runs:
- name: Install honggfuzz
run: cargo install honggfuzz
shell: bash
- name: Install binutils-dev
run: sudo apt-get install binutils-dev
shell: bash
- name: Install libunwind-dev
run: sudo apt-get install libunwind-dev
shell: bash
9 changes: 0 additions & 9 deletions .github/actions/setup-rust/action.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: "Setup Rust"
description: "Setup Rust"

outputs:
rustc-hash:
description: "Hash of the rustc version"
value: ${{ steps.rust-version.outputs.RUSTC_HASH }}

runs:
using: "composite"
steps:
Expand All @@ -17,7 +12,3 @@ runs:
rustup default nightly
rustup component add rustfmt clippy
shell: bash
- name: Get rustc version
id: rust-version
run: echo "::set-output name=RUSTC_HASH::$(rustc -V | cut -d " " -f 3 | tail -c +2)"
shell: bash

0 comments on commit 513b2a6

Please sign in to comment.