pull/2910/head
ruki 12 months ago
parent de065765f5
commit f0c92e3a6a
  1. 2
      .github/workflows/archlinux.yml
  2. 2
      .github/workflows/fedora.yml
  3. 2
      .github/workflows/ubuntu.yml
  4. 2
      .github/workflows/ubuntu_clang.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

@ -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

@ -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: |

@ -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: |

Loading…
Cancel
Save