Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexicon226 committed Mar 5, 2025
1 parent 307053c commit 8046d5a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
test:
name: cargo check + test
runs-on: [self-hosted]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.80.1
Expand All @@ -24,9 +24,8 @@ jobs:

- name: Install dependencies
run: |
sudo dnf install -y protobuf-compiler
sudo dnf install -y systemd-devel
sudo apt install -y protobuf-compiler libudev-dev
- name: Clone protosol
run: make fetch_proto

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/on_agavev2.1.14_push.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Trigger Solfuzz CI
name: Trigger Sigfuzz CI

on:
workflow_run:
Expand All @@ -11,7 +11,7 @@ jobs:
kick_solfuzz_ci:
runs-on: ubuntu-latest
steps:
- name: dispatch solfuzz CI
- name: Dispatch SigFuzz CI
run: |
curl -L \
-X POST \
Expand Down

0 comments on commit 8046d5a

Please sign in to comment.