Skip to content

Commit

Permalink
Clean up fetching of llvm-pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Tomb committed Dec 22, 2020
1 parent b59017f commit a346b17
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/llvm-quick-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ jobs:
name: llvm-quick-fuzz - ${{ matrix.llvm }}
steps:
- uses: actions/checkout@v2
with:
submodules: true

- uses: actions/setup-haskell@v1
id: setup-haskell
Expand All @@ -38,9 +36,10 @@ jobs:
- shell: bash
run: brew install csmith creduce

- shell: bash
name: Clone llvm-pretty
run: git clone https://github.com/elliottt/llvm-pretty
- uses: actions/checkout@v2
with:
repository: elliottt/llvm-pretty
path: llvm-pretty

- shell: bash
name: Install LLVM
Expand Down

0 comments on commit a346b17

Please sign in to comment.