Skip to content

Commit

Permalink
ci: more dep again
Browse files Browse the repository at this point in the history
  • Loading branch information
branylagaffe committed Apr 5, 2024
1 parent b7b3118 commit 7cf3993
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/00-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,14 @@ jobs:

- name: Install dependancies
run: |
DEBIAN_FRONTEND=noninteractive apt install -y \
DEBIAN_FRONTEND=noninteractive apt -qq install -y \
gcc-13 g++-13 \
libboost1.83-dev \
libboost-serialization1.83-dev \
libboost-iostreams1.83-dev \
libboost-system1.83-dev \
libz-dev \
libglib2.0-dev \
git make cmake python3 python3-venv python3-pip ninja-build
# libboost1.81-dev \
Expand All @@ -83,15 +84,15 @@ jobs:
with:
submodules: true

- name: Checkout libqflex
# if: ${{ ! contains(matrix.binaries, 'Kraken') }}
if: ${{ (matrix.binaries == 'qemu') }}
# - name: Checkout libqflex
# # if: ${{ ! contains(matrix.binaries, 'Kraken') }}
# if: ${{ (matrix.binaries == 'qemu') }}

uses: actions/checkout@v4
with:
repository: parsa-epfl/libqflex
ref: feat/qemu-8.2
path: qemu/middleware
# uses: actions/checkout@v4
# with:
# repository: parsa-epfl/libqflex
# ref: feat/qemu-8.2
# path: qemu/middleware

- name: Build
run: ./build ${{ matrix.binaries }} no

0 comments on commit 7cf3993

Please sign in to comment.