Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChengyuSong committed Aug 29, 2024
1 parent 541a5fe commit 7d01f56
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,17 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: install clang-12
- name: install dependencies
run: sudo apt-get update && sudo apt-get install -y llvm-12 clang-12 libc++-12-dev libc++abi-12-dev python3-minimal libz3-dev libgoogle-perftools-dev libboost-container-dev python3-dev
# run: |
# wget https://apt.llvm.org/llvm.sh
# chmod +x llvm.sh
# sudo ./llvm.sh 12 all

- name: get aflpp
uses: actions/checkout@v3
with:
repository: AFLplusplus/AFLplusplus
path: ${{ github.workspace }}/aflpp

- name: get aflpp
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: AFLplusplus/AFLplusplus
path: ${{ github.workspace }}/aflpp
Expand Down

0 comments on commit 7d01f56

Please sign in to comment.