Skip to content

Commit ca7cafc

Browse files
committed
Revert "Add libgd-dev to CI dependencies"
This reverts commit 5161023.
1 parent 736daa8 commit ca7cafc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
sudo apt-get update
24-
sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev libgd-dev
24+
sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev
2525
shell: bash
2626
- name: Configure CMake
2727
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}

.github/workflows/utests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
sudo apt-get update
24-
sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev libgd-dev
24+
sudo apt-get install -y nlohmann-json3-dev libutfcpp-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

0 commit comments

Comments
 (0)