소스 검색

remove gtk

ruki 1 년 전
부모
커밋
f0c92e3a6a
4개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 1 1
      .github/workflows/archlinux.yml
  2. 1 1
      .github/workflows/fedora.yml
  3. 1 1
      .github/workflows/ubuntu.yml
  4. 1 1
      .github/workflows/ubuntu_clang.yml

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

@@ -23,7 +23,7 @@ jobs:
         run: |
           pacman -Syu --noconfirm --needed openssl
           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-repo/xmake-repo
       - 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 upgrade git
           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
       - uses: actions/checkout@v1
       - uses: xmake-io/github-action-setup-xmake@v1

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

@@ -29,7 +29,7 @@ jobs:
         run: |
           # TODO we will remove it later
           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
         run: |

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

@@ -28,7 +28,7 @@ jobs:
         run: |
           # TODO we will remove it later
           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
         run: |