Added [] overload and namespace to dc's data structures
dc / build (push) Failing after 5m38s Details

This commit is contained in:
Marco Cetica 2024-03-12 15:35:20 +01:00
parent 3c257a1fd1
commit 473576c440
Signed by: marco
GPG Key ID: 45060A949E90D0FD
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@main
- name: Build dc
run: |
apt -y update && apt -y install cmake build-essential
apt -y update && apt -y install cmake ninja-build build-essential
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug .
cmake --build build
- name: Run unit tests

View File

@ -12,7 +12,7 @@ jobs:
uses: actions/checkout@main
- name: Build dc
run: |
apt -y update && apt -y install cmake build-essential
apt -y update && apt -y install cmake ninja-build build-essential
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug .
cmake --build build
- name: Run unit tests