Skip to content

Commit

Permalink
CI: forgot to install CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilbouvier committed Mar 18, 2024
1 parent 0ce7ef6 commit 397c98b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Tests

Check notice on line 1 in .github/workflows/tests.yml

View workflow job for this annotation

GitHub Actions / cmake-build-and-check (filib, none)

Checksum

CHECKSUM=a4e303a3e4634c4d5bbd197c27994f19461d000eef913f264bf8850d110e41390e35f05b22c6fd14cff0d4234c803d5c20cf4a8ea77bf8963f4b5727bd3fe01f
on: push
env:
CHECKSUM: dc934e7fe68bfd27e4224c94791ac9b79a27b50a98ebba28fba75678072428f02b1b47c218544820d3fe6cc021b9d7e8513177f25bff8c0ea9e0840d6e0ff5a0
CHECKSUM: a4e303a3e4634c4d5bbd197c27994f19461d000eef913f264bf8850d110e41390e35f05b22c6fd14cff0d4234c803d5c20cf4a8ea77bf8963f4b5727bd3fe01f
jobs:
cmake-build-and-check:
runs-on: self-hosted
Expand All @@ -13,7 +13,7 @@ jobs:
- name: Install dependencies
run: |
apt update
apt install -y flex bison libcppunit-dev
apt install -y flex bison libcppunit-dev cmake
- name: CMake
run: |
mkdir build
Expand Down

0 comments on commit 397c98b

Please sign in to comment.