File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2121 - name : Install dependencies
2222 run : |
2323 sudo apt-get update
24- sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev
24+ sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev libgd-dev
2525 shell : bash
2626 - name : Configure CMake
2727 run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Original file line number Diff line number Diff line change 2121 - name : Install dependencies
2222 run : |
2323 sudo apt-get update
24- sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev
24+ sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev libgd-dev
2525 shell : bash
2626 - name : Configure CMake
2727 run : cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} -DLIBSCRATCHCPP_BUILD_UNIT_TESTS=ON
You can’t perform that action at this time.
0 commit comments