Bladeren bron

remove gtk

ruki 1 jaar geleden
bovenliggende
commit
f0c92e3a6a

+ 1 - 1
.github/workflows/archlinux.yml

@@ -23,7 +23,7 @@ jobs:
         run: |
         run: |
           pacman -Syu --noconfirm --needed openssl
           pacman -Syu --noconfirm --needed openssl
           pacman -Sy --noconfirm --needed glibc git base-devel perl make unzip p7zip
           pacman -Sy --noconfirm --needed glibc git base-devel perl make unzip p7zip
-          pacman -Sy --noconfirm --needed mesa gcc-fortran glu libc++ gtk3
+          pacman -Sy --noconfirm --needed mesa gcc-fortran glu libc++
           git config --global --add safe.directory /__w/xmake/xmake
           git config --global --add safe.directory /__w/xmake/xmake
           git config --global --add safe.directory /__w/xmake-repo/xmake-repo
           git config --global --add safe.directory /__w/xmake-repo/xmake-repo
       - uses: actions/checkout@v1
       - uses: actions/checkout@v1

+ 1 - 1
.github/workflows/fedora.yml

@@ -28,7 +28,7 @@ jobs:
           dnf -y install copr-cli make gcc-c++ libatomic libcxx-devel
           dnf -y install copr-cli make gcc-c++ libatomic libcxx-devel
           dnf -y upgrade git
           dnf -y upgrade git
           dnf -y install perl
           dnf -y install perl
-          dnf -y install glibc-static libstdc++-static gtk3-devel
+          dnf -y install glibc-static libstdc++-static
           git config --global --add safe.directory /__w/xmake-repo/xmake-repo
           git config --global --add safe.directory /__w/xmake-repo/xmake-repo
       - uses: actions/checkout@v1
       - uses: actions/checkout@v1
       - uses: xmake-io/github-action-setup-xmake@v1
       - uses: xmake-io/github-action-setup-xmake@v1

+ 1 - 1
.github/workflows/ubuntu.yml

@@ -29,7 +29,7 @@ jobs:
         run: |
         run: |
           # TODO we will remove it later
           # TODO we will remove it later
           sudo apt-get update
           sudo apt-get update
-          sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev p7zip gobjc gcc g++ libgtk-3-dev
+          sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev p7zip gobjc gcc g++
 
 
       - name: Tests
       - name: Tests
         run: |
         run: |

+ 1 - 1
.github/workflows/ubuntu_clang.yml

@@ -28,7 +28,7 @@ jobs:
         run: |
         run: |
           # TODO we will remove it later
           # TODO we will remove it later
           sudo apt-get update
           sudo apt-get update
-          sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev clang libomp-dev libc++-dev p7zip libgtk-3-dev
+          sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev clang libomp-dev libc++-dev p7zip
 
 
       - name: Tests
       - name: Tests
         run: |
         run: |