diff options
author | Marvin Borner | 2025-01-12 00:14:21 +0100 |
---|---|---|
committer | Marvin Borner | 2025-01-12 00:14:21 +0100 |
commit | 4bcaf6166db6af4efe376427092f95e9751f1828 (patch) | |
tree | aa30fce481d14564bab59d840a973b0c5d6f5dd8 | |
parent | 19206d8c4fbe34cea0e45aa13f357c71149eba27 (diff) |
Switched to LLVM v15
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 14132fc..ef6961c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Install dependencies - run: sudo apt-get install hyperfine llvm + run: sudo apt-get install hyperfine llvm-15 - uses: freckle/stack-action@v5 - name: Install bruijn run: stack install |