From aea15cb375296b570a97ba210e4afea01a9f828f Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Sun, 20 Nov 2022 04:26:12 +0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20add=20missing=20deps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b591bac..9a98ef8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,14 +18,13 @@ jobs: build: name: Build runs-on: ubuntu-latest - container: archlinux + container: archlinux-devel steps: - uses: actions/checkout@v3 - name: install deps run: | - pacman -Syu --noconfirm base-devel sudo - useradd user -G wheel && echo "user ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers + pacman -Syu --noconfirm cmake pkg-config ninja clang mold llvm shell: bash - name: Configure CMake