Skip to content

Commit

Permalink
CI: forgot to install g++ and gcc
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrilbouvier committed Mar 18, 2024
1 parent 397c98b commit 6defb2c
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=8d5073dbf287eb947e2a5da3fd246b4a4ce764114bf097700f0cf19eba98973501cbde87113058faf3f96080b3d079c1bc118be08c2e73febe656439b5a922cd
on: push
env:
CHECKSUM: a4e303a3e4634c4d5bbd197c27994f19461d000eef913f264bf8850d110e41390e35f05b22c6fd14cff0d4234c803d5c20cf4a8ea77bf8963f4b5727bd3fe01f
CHECKSUM: 8d5073dbf287eb947e2a5da3fd246b4a4ce764114bf097700f0cf19eba98973501cbde87113058faf3f96080b3d079c1bc118be08c2e73febe656439b5a922cd
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 cmake
apt install -y gcc g++ cmake flex bison libcppunit-dev
- name: CMake
run: |
mkdir build
Expand Down

0 comments on commit 6defb2c

Please sign in to comment.