We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bf5dd5 commit 5161023Copy full SHA for 5161023
2 files changed
.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install dependencies
22
run: |
23
sudo apt-get update
24
- sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev
+ sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev libgd-dev
25
shell: bash
26
- name: Configure CMake
27
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
.github/workflows/utests.yml
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DLIBSCRATCHCPP_BUILD_UNIT_TESTS=ON
0 commit comments