diff options
author | Marvin Borner | 2025-01-12 00:11:45 +0100 |
---|---|---|
committer | Marvin Borner | 2025-01-12 00:11:45 +0100 |
commit | 19206d8c4fbe34cea0e45aa13f357c71149eba27 (patch) | |
tree | 2b28d3f46e0ebdb83902833a87f737f9f7eea83c | |
parent | ae6a4cc06fcecd5def6a1c6f6207d6fe09a7be76 (diff) |
Fixed LLVM installation
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21b97b5..14132fc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,9 +13,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + - name: Install dependencies + run: sudo apt-get install hyperfine llvm - uses: freckle/stack-action@v5 - - name: Install hyperfine - run: sudo apt-get install hyperfine - name: Install bruijn run: stack install - name: Run HigherOrder tests and measure time |