Skip to content

Commit

Permalink
ci: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
g-tejas committed Jun 17, 2024
1 parent 48928b5 commit 183d578
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: run-cmake
uses: lukka/run-cmake@v10.7

- name: Install dependencies
run: sudo apt-get update && sudo apt-get install -y build-essential
- uses: actions/checkout@v2

- name: Configure CMake
run: cmake -S . -B build
Expand Down

0 comments on commit 183d578

Please sign in to comment.