Skip to content

Commit

Permalink
try that
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Aug 24, 2024
1 parent 1a61db6 commit 4301b7b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
ghc-version: ${{ matrix.ghc }}
cabal-version: '3.10.2.0'

- name: Install LLVM and Clang
uses: KyleMayes/install-llvm-action@v2
with:
version: "10.0"
env: false

- name: Checkout
uses: actions/checkout@v4

Expand Down

0 comments on commit 4301b7b

Please sign in to comment.